Skip to content

Commit

Permalink
updating make command and README.md file
Browse files Browse the repository at this point in the history
small changes
  • Loading branch information
MaximilianZenz committed Jun 17, 2023
1 parent d028b58 commit b6e5859
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,15 @@ After that you can run it directly with

``npm run start``

You can also create an executable for your platform by running
or prepare the app for publishing by running

``npm run make``

After that you can create an executable for your platform by running

``npm run publish``

Or create specific executables by running
or create specific executables by running

``npm run publish-mac``

Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"start": "tsc && electron-forge start",
"package": "electron-forge package",
"make": "electron-forge make",
"make": "electron-forge make --arch=x64 ",
"publish": "electron-forge publish --arch=x64",
"publish-mac": "electron-forge publish --arch=x64 --platform darwin",
"publish-windows": "electron-forge publish --arch=x64 --platform win32",
Expand Down

0 comments on commit b6e5859

Please sign in to comment.