silence NSIS
This commit is contained in:
@@ -79,7 +79,7 @@ echo "Creating packages..."
|
|||||||
|
|
||||||
pushd windows
|
pushd windows
|
||||||
echo "Building Windows setup.exe"
|
echo "Building Windows setup.exe"
|
||||||
makensis -DSRCDIR="$BUILTDIR" -DDEPSDIR="${SRCDIR}/thirdparty/windows" OpenRA.nsi
|
makensis -V2 -DSRCDIR="$BUILTDIR" -DDEPSDIR="${SRCDIR}/thirdparty/windows" OpenRA.nsi
|
||||||
if [ $? -eq 0 ]; then
|
if [ $? -eq 0 ]; then
|
||||||
mv OpenRA.exe "$OUTPUTDIR"/OpenRA-$TAG.exe
|
mv OpenRA.exe "$OUTPUTDIR"/OpenRA-$TAG.exe
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user