Skip to content

Commit

Permalink
Added xbox download url
Browse files Browse the repository at this point in the history
  • Loading branch information
JCash committed Sep 9, 2023
1 parent 802adbf commit edef9c6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ public class DefoldSdkService {
"http://d.defold.com/archive/stable/%s/engine/defoldsdk.zip",
"http://d.defold.com/archive/%s/engine/defoldsdk.zip",
"http://d-switch.defold.com/archive/%s/engine/defoldsdk.zip",
"http://d-ps4.defold.com/archive/%s/engine/defoldsdk.zip"};
"http://d-ps4.defold.com/archive/%s/engine/defoldsdk.zip",
"http://d-xbox.defold.com/archive/%s/engine/defoldsdk.zip"};
private static final String TEST_SDK_DIRECTORY = "a";
private static final String LOCAL_VERSION = "local";

Expand Down

0 comments on commit edef9c6

Please sign in to comment.