1
0
Fork 0
mirror of https://github.com/borgbase/vorta synced 2024-12-22 07:43:09 +00:00

Newer macOS deploy target for detecting dark mode. Fixes #575

This commit is contained in:
Manu 2020-08-13 15:42:50 +08:00 committed by GitHub
parent 6c7e3385cb
commit 10c9b9acc1
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 @@ dist/Vorta.app: translations-to-qm clean
pyinstaller --clean --noconfirm package/vorta.spec
cp -R bin/darwin/Sparkle.framework dist/Vorta.app/Contents/Frameworks/
cp -R ../borg/dist/borg-dir dist/Vorta.app/Contents/Resources/
rm -rf build
rm -rf build/vorta
rm -rf dist/vorta
borg:

View file

@ -68,6 +68,7 @@ app = BUNDLE(coll,
'CFBundleDisplayName': APP_NAME,
'CFBundleIdentifier': APP_ID_DARWIN,
'NSHighResolutionCapable': 'True',
'NSRequiresAquaSystemAppearance': 'False',
'LSUIElement': '1',
'LSMinimumSystemVersion': '10.14',
'CFBundleShortVersionString': APP_VERSION,