Skip to content

Commit

Permalink
fix asset paths
Browse files Browse the repository at this point in the history
  • Loading branch information
atinylittleshell committed Feb 17, 2024
1 parent 25963c4 commit 6b0d4a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,19 @@
"rebuild:node-pty": "electron-rebuild -f -o node-pty -m packages/app",
"prepare": "node -e \"process.env.NODE_ENV != 'production' && process.exit(1)\" || electron-builder install-app-deps && npm run rebuild:node-pty"
},
"main": "apps/app/dist/main.bundle.js",
"main": "packages/app/dist/main.bundle.js",
"build": {
"appId": "io.terminalone.app",
"productName": "Terminal One",
"artifactName": "TerminalOne-${version}-${arch}.${ext}",
"extends": null,
"afterSign": "./scripts/notarize.js",
"files": [
"apps/app/dist/**/*"
"packages/app/dist/**/*"
],
"includeSubNodeModules": true,
"directories": {
"buildResources": "apps/app/assets"
"buildResources": "packages/app/assets"
},
"linux": {
"category": "TerminalEmulator",
Expand Down

0 comments on commit 6b0d4a7

Please sign in to comment.