File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,9 +41,9 @@ - (void) setupPackageTest
41
41
42
42
43
43
#if __CC_PLATFORM_ANDROID
44
- NSURL *remoteURL = [NSURL URLWithString: @" https ://github.com/NickyWeber/ cocos2d_test_resources/blob/master/ testpackage-Android-phonehd.zip?raw=true " ];
44
+ NSURL *remoteURL = [NSURL URLWithString: @" http ://siner.de/ cocos2d_test_resources/testpackage-Android-phonehd.zip" ];
45
45
#elif __CC_PLATFORM_IOS
46
- NSURL *remoteURL = [NSURL URLWithString: @" https ://github.com/NickyWeber/ cocos2d_test_resources/blob/master/ testpackage-iOS-phonehd.zip?raw=true " ];
46
+ NSURL *remoteURL = [NSURL URLWithString: @" http ://siner.de/ cocos2d_test_resources/testpackage-iOS-phonehd.zip" ];
47
47
#endif
48
48
49
49
self.package = [[CCPackageManager sharedManager ] downloadPackageWithName: @" testpackage"
You can’t perform that action at this time.
0 commit comments