Skip to content

Commit

Permalink
Added electron-rebuild to package builder
Browse files Browse the repository at this point in the history
  • Loading branch information
Mstiekema committed Dec 11, 2023
1 parent 9e23b04 commit 1b757ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:

- run: "npm install"

- run: "./node_modules/.bin/electron-rebuild"

- run: "npm run build"

- name: "Upload package"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "magnificent-sloth",
"version": "0.1.2",
"version": "0.1.3",
"description": "Point of Sale for Dead Mongoose",
"main": "main.js",
"maintainers": [
Expand Down

0 comments on commit 1b757ed

Please sign in to comment.