@ascua/electron 0.0.221 → 0.0.225

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -118,7 +118,7 @@ export default class extends Service {
118
118
 
119
119
  const { autoUpdater } = Remote.require('electron-updater');
120
120
 
121
- autoUpdater.quitAndInstall({ isSilent: true, isForceRunAfter: true });
121
+ autoUpdater.quitAndInstall(true, true);
122
122
 
123
123
  }
124
124
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ascua/electron",
3
- "version": "0.0.221",
3
+ "version": "0.0.225",
4
4
  "description": "Small description for @ascua/electron goes here",
5
5
  "keywords": [
6
6
  "ember-addon"
@@ -15,11 +15,11 @@
15
15
  "url": "https://abcum.com"
16
16
  },
17
17
  "dependencies": {
18
- "@ascua/config": "^0.0.221",
19
- "@ascua/service": "^0.0.221",
18
+ "@ascua/config": "^0.0.225",
19
+ "@ascua/service": "^0.0.225",
20
20
  "builder-util": "^22.11.11",
21
- "electron": "^15.0.0",
22
- "electron-builder": "^22.11.7",
21
+ "electron": "^15.2.0",
22
+ "electron-builder": "^22.13.1",
23
23
  "electron-notarize": "^1.1.1",
24
24
  "electron-notarize-dmg": "^1.0.0",
25
25
  "electron-updater": "^4.3.9",
@@ -34,5 +34,5 @@
34
34
  "publishConfig": {
35
35
  "access": "public"
36
36
  },
37
- "gitHead": "68d1b16d9895871c58aa067134619dced64b2fe7"
37
+ "gitHead": "e9ba22f097740486a66b731b7155b4d528a1a5f5"
38
38
  }