diff --git a/src/electronApi.js b/src/electronApi.js index 2c588a7..0b57b30 100644 --- a/src/electronApi.js +++ b/src/electronApi.js @@ -123,7 +123,7 @@ function isDev() { var app = getApp(); if (app && app.isPackaged !== undefined) { - return app.isPackaged; + return !app.isPackaged; } if (typeof process.execPath === 'string') {