Don't build Windows app

This commit is contained in:
Samuel Elliott 2022-05-12 22:08:40 +01:00
parent ca28979e7f
commit 009a2af432
No known key found for this signature in database
GPG Key ID: 8420C7CDE43DC4D6

View File

@ -16,7 +16,7 @@ build:
- PACKAGE=`npm --color="always" pack`
- mv "$PACKAGE" nxapi.tgz
- npx electron-builder build --macos zip --windows --linux
- npx electron-builder build --macos zip --linux --publish never
- mv dist/app/package app
artifacts:
paths: