-
Notifications
You must be signed in to change notification settings - Fork 521
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't Compile on Linux arm32 (raspberry pi #595
Comments
Looks like |
And also i am trying to get ut work on arm32 architecgure |
@Painadath, this is a electron-winstaller error, not a GitHub Desktop error. Could you make an issue in the electron repo? |
@Crilum @Painadath the correct repository for this package is https://github.com/electron/windows-installer#readme, not the main |
Oops sorry.. 😄 |
@Painadath I haven't tried this as I don't have access to a Pi, but you could try moving diff --git a/package.json b/package.json
index 40c600135..173d750f6 100644
--- a/package.json
+++ b/package.json
@@ -182,13 +182,13 @@
"electron": "=13.6.2",
"electron-builder": "^22.14.5",
"electron-packager": "^15.4.0",
- "electron-winstaller": "^5.0.0",
"reserved-words": "^0.1.2",
"tsconfig-paths": "^3.9.0"
},
"optionalDependencies": {
"electron-installer-debian": "3.1.0",
- "electron-installer-redhat": "3.3.0"
+ "electron-installer-redhat": "3.3.0",
+ "electron-winstaller": "^5.0.0"
},
"resolutions": {
"electron/@electron/get": "1.12.2" |
I'm closing this out as I've pushed that last diff as a change to the default branch which may enable further work here: 5c81130 |
Thanks @shiftkey! I'll try building! |
I tried building sort of a random way, I couldn't really find any building instructions.. First I ran
|
Operating System/Distribution
Raspbian Buster
Installer
latest
source
What happened?
here is what happended
The text was updated successfully, but these errors were encountered: