Skip to content

Commit

Permalink
Fix exec names at info.plist
Browse files Browse the repository at this point in the history
  • Loading branch information
+KZ committed Aug 13, 2023
1 parent a66aac1 commit 8a7601f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions other/bundle/client/Info.plist.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>${TARGET_CLIENT}</string>
<string>${CLIENT_EXECUTABLE}</string>
<key>CFBundleIconFile</key>
<string>${TARGET_CLIENT}</string>
<string>${CLIENT_EXECUTABLE}</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
Expand Down
4 changes: 2 additions & 2 deletions other/bundle/server/Info.plist.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>${TARGET_SERVER_LAUNCHER}</string>
<string>${SERVER_EXECUTABLE}-Launcher</string>
<key>CFBundleIconFile</key>
<string>${TARGET_SERVER}</string>
<string>${SERVER_EXECUTABLE}</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
Expand Down

0 comments on commit 8a7601f

Please sign in to comment.