Skip to content

Commit

Permalink
Upgraded electron-rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
Mstiekema committed Dec 11, 2023
1 parent e92ab9d commit 70e458b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
- run: "sudo apt install pcscd libpcsclite1 libpcsclite-dev openssl"

# Install packages, rebuild using electron
- run: "npm install --openssl_fips=''"
- run: "npm install @pokusew/pcsclite --build-from-source --openssl_fips=''"
- run: "npm install"
- run: "npm install @pokusew/pcsclite --build-from-source"
- 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
Expand Up @@ -15,7 +15,7 @@
"electron": "^12.0.1",
"electron-installer-debian": "^3.0.0",
"electron-packager": "^14.2.1",
"electron-rebuild": "^1.10.0"
"electron-rebuild": "^3.2.5"
},
"author": "",
"license": "MIT",
Expand Down

0 comments on commit 70e458b

Please sign in to comment.