electron-forge-maker-nsis electron-builder nsis target for electron-forge.Recommended to build electron-forge project using electron-builder directly. Publishing, Auto Update and Code Signing supported only in this case (including all other useful packaging options like files).Read...
electron-forge-maker-nsis zolter17 •7.0.2•a year ago•0dependents•MITpublished version7.0.2,a year ago0dependentslicensed under $MIT 205
An electron-forge maker for NSIS that supports electron-forge v7 and can be used as a replacement for electron-builder. Supports code-signing and basic updates with electron-updater. - peter890/electron-forge-maker-nsis
Star1 Code Pull requests Actions Projects Security Insights Additional navigation options Files main Sign in to see the full file tree. yarn.lock Breadcrumbs electron-forge-maker-nsis / Latest commit Cannot retrieve latest commit at this time. ...
// forge.config.js with example configurationmakers:[{name:"@electron-addons/electron-forge-maker-nsis",config:{codesigning:{certificateFile?: string;certificatePassword?:string;},updater:{url:"https://s3-us-west-2.amazonaws.com/my-bucket",updaterCacheDirName:"my-updater",channel:"latest",pub...
electron-forge-maker-nsis An electron-forge maker for NSIS that supports electron-forge v7 and can be used as a replacement for electron-builder. Supports code-signing and basic updates with electron-updater. This maker takes two configuration objects: codesigning for codesigning and updater for...