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:
parent
6c7e3385cb
commit
10c9b9acc1
2 changed files with 2 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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:
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue