Bump macOS updater to Sparkle 2.0 (#1186)

This commit is contained in:
Manu 2022-01-27 10:56:10 +04:00 committed by GitHub
parent 4a3d994f92
commit f4a85e82c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,7 @@ APP_BUNDLE="Vorta"
# Sign app bundle, Sparkle and Borg
codesign --verbose --force --sign "$CERTIFICATE_NAME" --timestamp --deep --options runtime \
$APP_BUNDLE.app/Contents/Frameworks/Sparkle.framework/Resources/Autoupdate.app
$APP_BUNDLE.app/Contents/Frameworks/Sparkle.framework
find $APP_BUNDLE.app/Contents/Resources/borg-dir \
-type f \( -name \*.so -or -name \*.dylib -or -name borg.exe -or -name Python \) \

View File

@ -10,4 +10,5 @@ pytest-mock
pytest-qt
tox
transifex-client
twine
wheel