mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-27 02:19:46 +08:00
fix(deprecations): Broken references to app
This commit is contained in:
parent
45473e759a
commit
89d25875e2
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ class WindowsUpdaterSquirrelAdapter
|
|||
|
||||
restartN1: ->
|
||||
if WindowsUpdater.existsSync()
|
||||
WindowsUpdater.restartN1(require('app'))
|
||||
WindowsUpdater.restartN1(require('electron').app)
|
||||
else
|
||||
NylasEnv.reportError(new Error("SquirrellUpdate does not exist"))
|
||||
|
||||
|
|
2
src/pro
2
src/pro
|
@ -1 +1 @@
|
|||
Subproject commit 06168f1880d0c7b3d974fbb40963a1a9beba2f9a
|
||||
Subproject commit 9509aa5ede48cac411f6bc9631f46616f54e9756
|
Loading…
Reference in a new issue