Skip to content

Commit 7b40f4a

Browse files
Merge pull request #1249 from EOS-Contrib/fix/eosu-1034-eac_settings.json
Fixing EAC settings.json
2 parents dfd5542 + 8a6b73b commit 7b40f4a

3 files changed

Lines changed: 15 additions & 15 deletions

File tree

etc/PlatformSpecificAssets/EOS/Linux/EasyAntiCheat/Settings.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"title" : "Example Game",
3-
"executable" : "<gamebinary.exe>",
4-
"productid" : "<your_eos_productid>",
5-
"sandboxid" : "<your_eos_sandboxid>",
6-
"deploymentid" : "<your_eos_deploymentid>",
2+
"title" : "<ProductName>",
3+
"executable" : "<ExeName>",
4+
"productid" : "<ProductID>",
5+
"sandboxid" : "<SandboxID>",
6+
"deploymentid" : "<DeploymentID>",
77
"requested_splash" : "EasyAntiCheat/SplashScreen.png",
88
"wait_for_game_process_exit" : "false",
99
"hide_bootstrapper" : "false",

etc/PlatformSpecificAssets/EOS/Mac/EasyAntiCheat/Settings.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"title" : "Example Game",
3-
"executable" : "<gamebinary.exe>",
4-
"productid" : "<your_eos_productid>",
5-
"sandboxid" : "<your_eos_sandboxid>",
6-
"deploymentid" : "<your_eos_deploymentid>",
2+
"title" : "<ProductName>",
3+
"executable" : "<ExeName>/Contents/MacOS/<UnityProductName>",
4+
"productid" : "<ProductID>",
5+
"sandboxid" : "<SandboxID>",
6+
"deploymentid" : "<DeploymentID>",
77
"requested_splash" : "EasyAntiCheat/SplashScreen.png",
88
"wait_for_game_process_exit" : "false",
99
"hide_bootstrapper" : "false",

etc/PlatformSpecificAssets/EOS/Windows/EasyAntiCheat/Settings.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"title" : "Example Game",
3-
"executable" : "<gamebinary.exe>",
4-
"productid" : "<your_eos_productid>",
5-
"sandboxid" : "<your_eos_sandboxid>",
6-
"deploymentid" : "<your_eos_deploymentid>",
2+
"title" : "<ProductName>",
3+
"executable" : "<ExeName>",
4+
"productid" : "<ProductID>",
5+
"sandboxid" : "<SandboxID>",
6+
"deploymentid" : "<DeploymentID>",
77
"requested_splash" : "EasyAntiCheat/SplashScreen.png",
88
"wait_for_game_process_exit" : "false",
99
"hide_bootstrapper" : "false",

0 commit comments

Comments
 (0)