diff options
Diffstat (limited to 'other/osx/Info.plist')
| -rw-r--r-- | other/osx/Info.plist | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/other/osx/Info.plist b/other/osx/Info.plist index daed678..969c499 100644 --- a/other/osx/Info.plist +++ b/other/osx/Info.plist @@ -50,12 +50,12 @@ <key>LSEnvironment</key> <dict> <key>PATH</key> - <string>./../Resources:/usr/local/bin:/usr/bin:/bin</string> + <string>./../Resources:/Applications/Kindle Comic Creator/Kindle Comic Creator.app/Contents/MacOS:/usr/local/bin:/usr/bin:/bin</string> </dict> <key>LSHasLocalizedDisplayName</key> <false/> <key>LSMinimumSystemVersion</key> - <string>10.13.0</string> + <string>10.14.0</string> <key>NSAppleScriptEnabled</key> <false/> <key>NSHumanReadableCopyright</key> @@ -64,5 +64,9 @@ <string>MainMenu</string> <key>NSPrincipalClass</key> <string>NSApplication</string> + <key>NSRequiresAquaSystemAppearance</key> + <string>false</string> + <key>NSInitialToolTipDelay</key> + <integer>1000</integer> </dict> </plist> |