1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-15 02:36:36 +00:00

Add update menu item

This commit is contained in:
Gonçalo Santos
2020-05-14 18:02:30 +01:00
committed by Junyoung Choi
parent 8958e67fcf
commit 85d09b3b3d
2 changed files with 17 additions and 1 deletions

View File

@@ -121,4 +121,7 @@ app.on('ready', function() {
ipcServer.server.start()
})
module.exports = app
module.exports = {
app,
checkUpdate
}