This commit is contained in:
cupcakearmy 2021-04-07 12:02:20 +02:00
parent f5741e381d
commit 5a5a2755f1
No known key found for this signature in database
GPG Key ID: D28129AE5654D9D9
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import Settings from './settings'
import Banner from './banner'
import Updater from './updater'
export const DEV = !app.isPackaged && false
export const DEV = !app.isPackaged
// Enforce single instance
const isMain = app.requestSingleInstanceLock()