-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: to preserve compatibility with old electron-auto-updater (< 0.10…
….0), we upload file with path specific for GitHub
- Loading branch information
Showing
8 changed files
with
72 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,38 @@ | ||
exports[`test allowToChangeInstallationDirectory 1`] = ` | ||
Object { | ||
"owner": "foo", | ||
"provider": "github", | ||
"repo": "bar", | ||
} | ||
`; | ||
|
||
exports[`test allowToChangeInstallationDirectory 2`] = ` | ||
Object { | ||
"githubArtifactName": "test-custom-inst-dir-Setup-1.1.0.exe", | ||
"path": "Test Custom Installation Dir Setup 1.1.0.exe", | ||
"version": "1.1.0", | ||
} | ||
`; | ||
|
||
exports[`test one-click 1`] = ` | ||
Object { | ||
"owner": "actperepo", | ||
"package": "TestApp", | ||
"provider": "bintray", | ||
} | ||
`; | ||
|
||
exports[`test perMachine, no run after finish 1`] = ` | ||
Object { | ||
"provider": "generic", | ||
"url": "https://develar.s3.amazonaws.com/test", | ||
} | ||
`; | ||
|
||
exports[`test perMachine, no run after finish 2`] = ` | ||
Object { | ||
"githubArtifactName": "TestApp-Setup-1.1.0.exe", | ||
"path": "TestApp Setup 1.1.0.exe", | ||
"version": "1.1.0", | ||
} | ||
`; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters