Skip to content

Commit

Permalink
Removes ASAR bcs this Slows Down the App
Browse files Browse the repository at this point in the history
  • Loading branch information
Wuemeli committed Jan 1, 2024
1 parent 0608768 commit 678867c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gfn-linux",
"appId": "com.github.wuemeli.${name}",
"version": "1.0.3",
"version": "1.0.4",
"author": {
"name": "Wuemeli",
"email": "[email protected]"
Expand All @@ -16,7 +16,7 @@
},
"build": {
"appId": "com.github.wuemeli.${name}",
"asar": true,
"asar": false,
"files": [
"build/**/*",
"icons/**/*",
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ async function createWindow() {
preload: path.join(__dirname, 'preload.js'),
contextIsolation: false,
},
icon: path.join(__dirname, '../icons/512x512.png'),
icon: path.join('../icons/512x512.png'),
})

mainWindow.webContents.userAgent = userAgent;
Expand Down

0 comments on commit 678867c

Please sign in to comment.