travis fix

This commit is contained in:
pokamest 2021-01-28 13:11:10 +03:00
parent 1e54379cc0
commit e1cd764050
2 changed files with 3 additions and 0 deletions

View file

@ -33,6 +33,7 @@ jobs:
deploy:
provider: releases
token: $GH_TOKEN
cleanup: false
file:
- "AmneziaVPN.dmg"
on:
@ -70,6 +71,7 @@ jobs:
deploy:
provider: releases
token: $GH_TOKEN
cleanup: false
file:
- "AmneziaVPN.exe"
on:

View file

@ -99,3 +99,4 @@ cd %PROJECT_DIR%
signtool sign /f "%SCRIPT_DIR:"=%\PrivacyTechWindowsCert.pfx" /p %WIN_CERT_PW% /fd sha256 /tr http://timestamp.comodoca.com/?td=sha256 /td sha256 %TARGET_FILENAME%
echo "Finished, see %TARGET_FILENAME%"
exit 0