diff options
author | Ries van Twisk <github@rvt.dds.nl> | 2019-12-28 14:42:48 +0100 |
---|---|---|
committer | Ries van Twisk <github@rvt.dds.nl> | 2019-12-28 14:42:48 +0100 |
commit | b7624b7003540258036babd0fff5c71e52b956d1 (patch) | |
tree | 99e06ad1dd457d3d26d7c066a7026f6742ee07a9 /macosx/Info.plist | |
parent | b84e9dfedbbd16470532312e16ee03c50453d438 (diff) |
Cleanup bundle generation
Diffstat (limited to 'macosx/Info.plist')
-rw-r--r-- | macosx/Info.plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/Info.plist b/macosx/Info.plist index 64572bf3..3fd8b614 100644 --- a/macosx/Info.plist +++ b/macosx/Info.plist @@ -1,11 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>CFBundleDevelopmentRegion</key> <string>en</string> <key>CFBundleExecutable</key> - <string>opentrack.sh</string> + <string>opentrack</string> <key>CFBundleIdentifier</key> <string>com.github.opentrack</string> <key>CFBundleName</key> |