You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clone this repo https://github.com/rosendolu/electron-app-debug
git clone https://github.com/rosendolu/electron-app-debug
npm i
npm run make
// forge.config.js
...,{name: '@electron-forge/maker-squirrel',config: {// The ICO file to use as the icon for the generated Setup.exesetupIcon: path.resolve(__dirname,'./icon/app.ico'),},},
// forge.config.js
...,{name: '@electron-forge/maker-squirrel',config: {// The ICO file to use as the icon for the generated Setup.exe// setupIcon: path.resolve(__dirname, './icon/app.ico'),},},
Every works well !
As above pic shows , spawn process exit with code 1,but I can`t figure out how to solve it ,any advice would be grateful.
The text was updated successfully, but these errors were encountered:
This is a still-open bug in Squirrel.Windows at the moment, I'm not sure that there is any way to fix it at the moment other than by using Roman characters in the name, sorry :(
Reproduce Steps
Clone this repo
https://github.com/rosendolu/electron-app-debug
You will got this error
But if you remove the chinese characters of
productName
inpackage.json
Or just remove the custom setupIcon conf
Every works well !
As above pic shows ,
spawn
process exit withcode 1
,but I can`t figure out how to solve it ,any advice would be grateful.The text was updated successfully, but these errors were encountered: