Open iotzy opened 11 months ago
{ "win": {
"sign": null,
"verifyUpdateCodeSignature": false,
"icon": "./public/icons/win.ico",
"artifactName": "${name}-win-${version}.${ext}",
"target": [
{
"target": "nsis",
"arch": ["x64"]
},
{
"target": "zip",
"arch": ["x64"]
},
{
"target": "portable",
"arch": ["x64"]
}
],
"requestedExecutionLevel": "highestAvailable",
"extraResources": {
"from": "./lib/win32/",
"to": "./"
},
"certificateFile": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.pfx",
"certificatePassword": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
},
"nsis": {
"oneClick": false,
"allowElevation": false,
"perMachine": false,
"packElevateHelper": false,
"createDesktopShortcut": true,
"createStartMenuShortcut": true,
"allowToChangeInstallationDirectory": true,
"deleteAppDataOnUninstall": true,
"runAfterFinish": true,
"installerIcon": "./public/icons/win.ico",
"uninstallDisplayName": "${name}",
"uninstallerIcon": "./public/icons/win_uninstall.ico",
"installerHeaderIcon": "./public/icons/win.ico"
}
}
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.
I always get the following error when I run pack command using gitlab runner
log when using gitlab runner
log when running on the local pc