mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-18 12:11:43 +00:00
whitespace
This commit is contained in:
@@ -37,7 +37,7 @@ const updater = new GhReleases(ghReleasesOpts)
|
|||||||
// `status` returns true if there is a new update available
|
// `status` returns true if there is a new update available
|
||||||
function checkUpdate () {
|
function checkUpdate () {
|
||||||
if (isDev) { // Prevents app from attempting to update when in dev mode.
|
if (isDev) { // Prevents app from attempting to update when in dev mode.
|
||||||
console.log("Updates are disabled in Development mode, see main-app.js")
|
console.log('Updates are disabled in Development mode, see main-app.js')
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
if (process.platform === 'linux' || isUpdateReady) {
|
if (process.platform === 'linux' || isUpdateReady) {
|
||||||
|
|||||||
Reference in New Issue
Block a user