diff --git a/electron-builder.yml b/electron-builder.yml index b7ab767341..de1fdda179 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -36,7 +36,7 @@ win: signingHashAlgorithms: - sha256 sign: "./sign-win.js" - publisherName: "KittyCAD Inc" + publisherName: "KittyCAD Inc" # needs to be exactly like on Digicert icon: "assets/icon.ico" msi: diff --git a/package.json b/package.json index 2a934b1910..e688b74401 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zoo-modeling-app", - "version": "0.24.99", + "version": "0.24.12", "private": true, "productName": "Zoo Modeling App", "author": { diff --git a/src/main.ts b/src/main.ts index e6031866f1..ff61c26071 100644 --- a/src/main.ts +++ b/src/main.ts @@ -61,7 +61,7 @@ const createWindow = (): BrowserWindow => { }, icon: path.resolve(process.cwd(), 'assets', 'icon.png'), // frame: false, - titleBarStyle: 'hiddenInset', + // titleBarStyle: 'hiddenInset', }) // and load the index.html of the app.