|
@ -105,7 +105,11 @@ if test -f "dist/$win1"; then |
|
|
info "file exists: $win1" |
|
|
info "file exists: $win1" |
|
|
else |
|
|
else |
|
|
pushd . |
|
|
pushd . |
|
|
|
|
|
if test -f "contrib/build-wine/dist/$win1"; then |
|
|
|
|
|
info "unsigned file exists: $win1" |
|
|
|
|
|
else |
|
|
./contrib/build-wine/build.sh |
|
|
./contrib/build-wine/build.sh |
|
|
|
|
|
fi |
|
|
cd contrib/build-wine/ |
|
|
cd contrib/build-wine/ |
|
|
if [ ! -z "$RELEASEMANAGER" ] ; then |
|
|
if [ ! -z "$RELEASEMANAGER" ] ; then |
|
|
./sign.sh |
|
|
./sign.sh |
|
|