Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
pierremtb committed Sep 3, 2024
1 parent 5f8eb0d commit e852163
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zoo-modeling-app",
"version": "0.24.99",
"version": "0.24.12",
"private": true,
"productName": "Zoo Modeling App",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e852163

Please sign in to comment.