mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
Cannot build Electron.net on Raspberry Pi 4 #651
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @redplane on GitHub (Apr 12, 2021).
11.5.1.011.5.1Steps to Reproduce:
electronize build /target linux-arm /PublishReadyToRun false@redplane commented on GitHub (Apr 13, 2021):
Seems to be it is about the access permission for folder
/usr/lib/node_modules/electron-builder/node_modules/app-builder-lib/templates/iconsSuddenly, I have found this Github repository, in which they mentioned:
I tried their command
sudo find /usr/lib/node_modules/electron-builder/node_modules/app-builder-lib/templates/icons -type d -user root -exec sudo chown -R $USER: {} +and build the application. It worked :)