There was an error while loading. Please reload this page.
1 parent 004094b commit 89ca783Copy full SHA for 89ca783
1 file changed
.github/workflows/build-electron.yml
@@ -185,7 +185,9 @@ jobs:
185
shell: cmd
186
run: |
187
curl -X GET https://download.chia.net/dc/smtools-windows-x64.msi -o smtools-windows-x64.msi
188
- msiexec /i smtools-windows-x64.msi /quiet /qn
+ start "" /wait msiexec.exe /i smtools-windows-x64.msi /qn /norestart
189
+ set "installer_exit=%ERRORLEVEL%"
190
+ if not "%installer_exit%"=="0" if not "%installer_exit%"=="3010" exit /b %installer_exit%
191
smksp_registrar.exe list
192
smctl.exe keypair ls
193
C:\Windows\System32\certutil.exe -csp "DigiCert Signing Manager KSP" -key -user
0 commit comments