mirror of https://github.com/borgbase/vorta
Bump macOS updater to Sparkle 2.0 (#1186)
This commit is contained in:
parent
4a3d994f92
commit
f4a85e82c4
|
@ -12,7 +12,7 @@ APP_BUNDLE="Vorta"
|
||||||
|
|
||||||
# Sign app bundle, Sparkle and Borg
|
# Sign app bundle, Sparkle and Borg
|
||||||
codesign --verbose --force --sign "$CERTIFICATE_NAME" --timestamp --deep --options runtime \
|
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 \
|
find $APP_BUNDLE.app/Contents/Resources/borg-dir \
|
||||||
-type f \( -name \*.so -or -name \*.dylib -or -name borg.exe -or -name Python \) \
|
-type f \( -name \*.so -or -name \*.dylib -or -name borg.exe -or -name Python \) \
|
||||||
|
|
|
@ -10,4 +10,5 @@ pytest-mock
|
||||||
pytest-qt
|
pytest-qt
|
||||||
tox
|
tox
|
||||||
transifex-client
|
transifex-client
|
||||||
|
twine
|
||||||
wheel
|
wheel
|
||||||
|
|
Loading…
Reference in New Issue