Fix extra locales/*.info files in windows package

merge-requests/228/head
Matthew Chambers 2022-10-08 18:00:56 -05:00
rodzic 1e2d5302d6
commit 4206330d5a
1 zmienionych plików z 5 dodań i 8 usunięć

Wyświetl plik

@ -94,10 +94,6 @@ win:package:
7zr e NsProcess.zip -y -o/usr/share/nsis/Include/ Include/nsProcess.nsh
7zr e NsProcess.zip -y -o/usr/share/nsis/Plugins/x86-unicode/ Plugin/nsProcessW.dll
mv /usr/share/nsis/Plugins/x86-unicode/nsProcessW.dll /usr/share/nsis/Plugins/x86-unicode/nsProcess.dll
## eval $(ssh-agent -s)
## echo "$NR0Q_PRIV" | tr -d '\r' | ssh-add -
## mkdir -p ~/.ssh; chmod 700 ~/.ssh
## scp -o StrictHostKeyChecking=no -P $NR0Q_SSH_PORT mchambers@$NR0Q_SERVER_ADDRESS:~/codecert.spc ./
script:
- |
# Making our Windows packages
@ -112,6 +108,7 @@ win:package:
rm $dir
fi
done
rm dist/*-win-*/locales/*.info
# Now we need to sign the executable before it get's stuffed into Nullsoft
# using mono signcode
## signcode -spc codecert.spc -t http://time.certum.pl/ -a sha256 dist/GridTracker-*-win-*/*.exe