Skip to content
This repository was archived by the owner on Oct 22, 2021. It is now read-only.

Commit 404451c

Browse files
committed
Fix appveyor builds (missing dep)
1 parent a80a142 commit 404451c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pull_requests:
44
install:
55
- ps: Install-Product node 8
66
build_script:
7-
- cmd: npm install && npm run build-windows
7+
- cmd: npm install && npm install 7zip-bin-win && npm run build-windows
88
test: off
99
artifacts:
1010
- path: dist\eDEX-UI.exe

0 commit comments

Comments
 (0)