We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e23b04 commit 5fe88bbCopy full SHA for 5fe88bb
.github/workflows/package.yml
@@ -18,9 +18,11 @@ jobs:
18
node-version: "17.0.1"
19
cache: 'npm'
20
21
- - run: "sudo apt install libpcsclite-dev"
+ - run: "sudo apt install libpcsclite-dev openssl"
22
23
+ # Install packages, rebuild using electron
24
- run: "npm install"
25
+ - run: "./node_modules/.bin/electron-rebuild"
26
27
- run: "npm run build"
28
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "magnificent-sloth",
3
- "version": "0.1.2",
+ "version": "0.1.3",
4
"description": "Point of Sale for Dead Mongoose",
5
"main": "main.js",
6
"maintainers": [
0 commit comments