Skip to content

Commit

Permalink
Merge pull request ddnet#7013 from M0REKZ/macos-app-fix
Browse files Browse the repository at this point in the history
Minimal fix for macOS info.plist
  • Loading branch information
def- authored Aug 14, 2023
2 parents 21d3584 + 8a7601f commit a730987
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 a730987

Please sign in to comment.