remove the thirdparty nsProcess plugin
This commit is contained in:
@@ -8,11 +8,6 @@ OUTPUTDIR="$4"
|
||||
if [ -x /usr/bin/makensis ]; then
|
||||
pushd "$SRCDIR" >/dev/null
|
||||
popd >/dev/null
|
||||
if [[ ! -f /usr/share/nsis/Include/nsProcess.nsh && ! -f /usr/share/nsis/Plugin/nsProcess.dll ]]; then
|
||||
echo "Installing NsProcess NSIS plugin in /usr/share/nsis"
|
||||
sudo unzip -qq -o ${SRCDIR}/thirdparty/download/NsProcess.zip 'Include/*' -d /usr/share/nsis
|
||||
sudo unzip -qq -j -o ${SRCDIR}/thirdparty/download/NsProcess.zip 'Plugin/*' -d /usr/share/nsis/Plugins
|
||||
fi
|
||||
echo "Building Windows setup.exe"
|
||||
makensis -V2 -DSRCDIR="$BUILTDIR" -DDEPSDIR="${SRCDIR}/thirdparty/download/windows" OpenRA.nsi
|
||||
if [ $? -eq 0 ]; then
|
||||
|
||||
Reference in New Issue
Block a user