We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c13e8a8 commit 6c75180Copy full SHA for 6c75180
2 files changed
.github/workflows/release.yml
@@ -70,13 +70,14 @@ jobs:
70
with:
71
node-version: "latest"
72
73
+ - name: Set up NASM
74
+ uses: ilammy/setup-nasm@v1
75
+
76
- name: Install dependencies
77
run: npm ci
78
79
- name: Build Windows
- run: |
- choco install nasm
- npm run build-win
80
+ run: npm run build-win
81
82
- name: Upload Windows artifacts
83
uses: actions/upload-artifact@v2
package.json
@@ -38,7 +38,7 @@
38
}
39
},
40
"scripts": {
41
- "start": "node index.js ",
+ "start": "node index.js",
42
"dev": "node index.js -d",
43
"app": "electron .",
44
"build-win": "electron-builder --win --publish=never && npx -y --quiet nexe --build",
0 commit comments