Skip to content

Commit

Permalink
Fix packaged build
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian-peters committed Dec 5, 2021
1 parent 8b9c8cd commit f7466fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"start": "npm run build && electron ./dist/app/main.js",
"package": "npm run build && electron-packager . --overwrite --out=releases --ignore='\\.idea'"
},
"main": "dist/main.js",
"main": "dist/app/main.js",
"devDependencies": {
"@types/express": "^4.17.13",
"@types/node": "^16.11.6",
Expand Down

0 comments on commit f7466fe

Please sign in to comment.