1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-13 01:36:27 +00:00

OS X: Miscellaneous fixes (close #115)

This commit is contained in:
Paweł Jastrzębski
2014-11-24 18:44:03 +01:00
parent 2edcc0369a
commit c9eb73ab90
3 changed files with 6 additions and 7 deletions

View File

@@ -47,7 +47,7 @@ if platform == "darwin":
],
LSMinimumSystemVersion='10.8.0',
LSEnvironment=dict(
PATH='/usr/local/bin:/usr/bin:/bin'
PATH='./../Resources:/usr/local/bin:/usr/bin:/bin'
),
NSHumanReadableCopyright='ISC License (ISCL)'
)