Disable msi builds for now (#4084)

Fixes #4083
This commit is contained in:
Pierre Jacquier
2024-10-07 05:10:29 -04:00
committed by GitHub
parent bdf45f92aa
commit 1491e80153

View File

@ -32,10 +32,10 @@ win:
arch: arch:
- x64 - x64
- arm64 - arm64
- target: msi # - target: msi
arch: # arch:
- x64 # - x64
- arm64 # - arm64
signingHashAlgorithms: signingHashAlgorithms:
- sha256 - sha256
sign: "./sign-win.js" sign: "./sign-win.js"
@ -47,9 +47,9 @@ win:
mimeType: text/vnd.zoo.kcl mimeType: text/vnd.zoo.kcl
description: Zoo KCL File description: Zoo KCL File
role: Editor role: Editor
msi: # msi:
oneClick: false # oneClick: false
perMachine: true # perMachine: true
nsis: nsis:
oneClick: false oneClick: false
perMachine: true perMachine: true