Skip to content

Commit

Permalink
Trying to get releases working
Browse files Browse the repository at this point in the history
  • Loading branch information
Joery-M committed Jul 28, 2022
1 parent 0ed6371 commit 1546fca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/node_modules/
/dist/*
app/*
app/*
/electron-builder.env
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"watch": "webpack --watch --mode=development",
"buildApp": "webpack --mode=production",
"makeMac": "webpack --mode=production && electron-builder --mac",
"makeWin": "webpack --mode=production && electron-builder --win"
"makeWin": "webpack --mode=production && electron-builder --win",
"release": "electron-builder"
},
"keywords": [],
"author": "Joery",
Expand Down

0 comments on commit 1546fca

Please sign in to comment.