Squirrel / Squirrel.Windows

An installation and update framework for Windows desktop apps
MIT License
7.41k stars 1.03k forks source link

exit code: 255(System.IO.IOException: Permission denied) #1874

Closed guguji5 closed 10 months ago

guguji5 commented 10 months ago

Squirrel version(s) Which version(s) of the project are you using?

Description

An unhandled rejection has occurred inside Forge:
Error: Failed with exit code: 255
Output:
System.UnauthorizedAccessException: Access to the path '/Users/flashcat/.local/share/SquirrelTemp' is denied. ---> System.IO.IOException: Permission denied

Steps to recreate

git clone git@github.com:guguji5/electron-quick-start.git
cd electron-quick-start
npm install
brew install wine-stable
brew install mono
npm run make

Expected behavior I want to build a exe

Actual behavior Explain what it should be doing after it's fixed

Additional information Add any other context about the problem here

anaisbetts commented 10 months ago

Wine is not officially supported