Skip to content

Commit

Permalink
Fixed issue with Mac build script
Browse files Browse the repository at this point in the history
  • Loading branch information
thommcgrath committed Oct 25, 2023
1 parent 2d35194 commit 1dd08d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project/Scripts/Build Mac.xojo_script
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ConstantValue("App.MBSKey") = Trim(DoShellCommand("cat ""${PROJECT_PATH}/MBSKey.txt"""))
ConstantValue("GameServerApp.HostingProvider.GSAIntegrationEngine.GSAIDEncoded") = Trim(DoShellCommand("cat ""${PROJECT_PATH}/GSAID.txt"""))
ConstantValue("GameServerApp.HostingProvider.GSAIDEncoded") = Trim(DoShellCommand("cat ""${PROJECT_PATH}/GSAID.txt"""))
PropertyValue("App.OptimizationLevel") = "4"
Call BuildApp(9, False)

0 comments on commit 1dd08d3

Please sign in to comment.