Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Use custom versions of electron-squirrel-startup and electron-winstaller
Browse files Browse the repository at this point in the history
  * Use forked version of two Windows installation modules
  * Do not re-create shortcuts on the desktop on auto-update

Auditors: @bbondy, @alexwykoff

Test plan:

  This change can only be tested via an auto-update

  Scenario 1

  i)   Install older version of browser
  ii)  Remove shortcut from desktop
  iii) Do an auto-update
  iV)  Ensure the shortcut was not created

  Scenario 2

  i)   Install older version of browser
  ii)  Do NOT remove shortcut from desktop
  iii) Do an auto-update
  iv)  Ensure the shortcut opens the most recent version of the browser

Fixes: #1181
  • Loading branch information
aekeus committed Sep 20, 2016
1 parent c5ac72c commit a18d5c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"async": "^2.0.1",
"electron-localshortcut": "^0.6.0",
"electron-prebuilt": "brave/electron-prebuilt",
"electron-squirrel-startup": "^1.0.0",
"electron-squirrel-startup": "brave/electron-squirrel-startup",
"file-loader": "^0.8.5",
"font-awesome": "^4.5.0",
"font-awesome-webpack": "0.0.4",
Expand Down Expand Up @@ -127,7 +127,7 @@
"electron-builder": "^2.3.1",
"electron-packager": "brave/electron-packager",
"electron-rebuild": "^1.1.1",
"electron-winstaller": "^2.3.0",
"electron-winstaller": "brave/windows-installer",
"empty-port": "0.0.2",
"flow-bin": "^0.22.1",
"gulp": "^3.9.0",
Expand Down

0 comments on commit a18d5c4

Please sign in to comment.