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

Commit

Permalink
Backout Squirrel modules to support update / insert of Windows shortcuts
Browse files Browse the repository at this point in the history
related to issue #1181

Auditors: @bbondy

Test Plan:

  Installation on Windows should operate as in previous versions.
  Both updates and installs will update existing shortcuts
  and re-create shortcuts if they do not exist.
  • Loading branch information
aekeus authored and bbondy committed Sep 30, 2016
1 parent f501380 commit 0f8529d
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": "brave/electron-squirrel-startup",
"electron-squirrel-startup": "^1.0.0",
"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": "brave/windows-installer",
"electron-winstaller": "^2.3.0",
"empty-port": "0.0.2",
"flow-bin": "^0.22.1",
"gulp": "^3.9.0",
Expand Down

0 comments on commit 0f8529d

Please sign in to comment.