Skip to content

Commit

Permalink
Try adding linux out folder
Browse files Browse the repository at this point in the history
  • Loading branch information
petrvecera committed Jun 2, 2024
1 parent e6009ad commit 54519e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "electron-forge start",
"package": "electron-forge package",
"make": "electron-forge make",
"make:linux": "electron-forge make -- --arch=x64 --platform=linux",
"make:linux": "electron-forge make -- --arch=x64 --platform=linux --out=release-builds",
"publish": "electron-forge publish",
"lint": "eslint --ext .ts,.tsx ."
},
Expand Down

0 comments on commit 54519e7

Please sign in to comment.