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 5fe88bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ jobs:
node-version: "17.0.1"
cache: 'npm'

- run: "sudo apt install libpcsclite-dev"
- run: "sudo apt install libpcsclite-dev openssl"

# Install packages, rebuild using electron
- run: "npm install"
- 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 5fe88bb

Please sign in to comment.