fix(electron-builder): disable warnings as errors for NSIS build to prevent uninstaller warnings (#227)
This commit is contained in:
@@ -118,6 +118,9 @@ win:
|
|||||||
nsis:
|
nsis:
|
||||||
oneClick: false
|
oneClick: false
|
||||||
perMachine: false
|
perMachine: false
|
||||||
|
# Avoid NSIS build failure: warning 6010 (_ci_StrContains "not referenced") is emitted when
|
||||||
|
# building the uninstaller, because that function is only used in the install macro.
|
||||||
|
warningsAsErrors: false
|
||||||
allowToChangeInstallationDirectory: true
|
allowToChangeInstallationDirectory: true
|
||||||
deleteAppDataOnUninstall: false
|
deleteAppDataOnUninstall: false
|
||||||
differentialPackage: true
|
differentialPackage: true
|
||||||
|
|||||||
Reference in New Issue
Block a user