diff --git a/electron-builder.json b/electron-builder.json index db9fa3999..7748bb323 100644 --- a/electron-builder.json +++ b/electron-builder.json @@ -1,6 +1,6 @@ { "appId": "CATcher", - "productName": "org.Testathor.CATcher", + "productName": "CATcher", "directories": { "output": "release/" }, diff --git a/main.ts b/main.ts index 5b29944f6..ac9de0515 100644 --- a/main.ts +++ b/main.ts @@ -32,7 +32,7 @@ function createWindow() { })); } - win.webContents.openDevTools(); + // win.webContents.openDevTools(); // Emitted when the window is closed. win.on('closed', () => { diff --git a/package.json b/package.json index 81ab6a4e4..23bbd896e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "CATcher", - "version": "0.0.1", + "version": "1.0.0", "main": "main.js", "scripts": { "postinstall": "npm run postinstall:electron && electron-builder install-app-deps", diff --git a/src/index.html b/src/index.html index 8af70ad54..be6355fb0 100644 --- a/src/index.html +++ b/src/index.html @@ -3,7 +3,7 @@ CATcher - +