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 c93d498
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ jobs:

- run: "sudo apt install libpcsclite-dev"

# Install packages, rebuild using electron
- run: "npm install"
- run: "npm install --openssl_fips=''"
- run: "./node_modules/.bin/electron-rebuild"

- run: "npm run build"

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 c93d498

Please sign in to comment.