Skip to content
This repository was archived by the owner on Apr 29, 2021. It is now read-only.

Commit 67d9ddf

Browse files
committed
add the new URL for the staging server
1 parent ce5f02f commit 67d9ddf

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

Diff for: update-server/test/PhoneGap-test-0.2.2-mac.zip

-45.8 MB
Binary file not shown.

Diff for: update-server/test/PhoneGap-test-0.2.2-win.zip

-48.2 MB
Binary file not shown.

Diff for: www/js/auto-updater.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ function updateDesktopApp(updater) {
6060
});
6161

6262
// optional branch param can be used for testing
63-
// http://localhost:8080/desktop/<branch>/?platform=' + determineOperatingSystem() + '&version=' + app.getVersion();
6463
//var feedUrl = 'http://localhost:8080/desktop/?platform=' + determineOperatingSystem() + '&version=' + app.getVersion();
64+
//var feedUrl = 'http://stage.update.api.phonegap.com/desktop/?platform=' + determineOperatingSystem() + '&version=' + app.getVersion();
6565
var feedUrl = 'http://update.api.phonegap.com/desktop/?platform=' + determineOperatingSystem() + '&version=' + app.getVersion();
6666
console.log(feedUrl);
6767

0 commit comments

Comments
 (0)