-
Notifications
You must be signed in to change notification settings - Fork 236
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
Linux builds with electron-builder #92
Conversation
f2d68e4
to
0774edb
Compare
Please make sure to include updated build instructions in the README! |
@@ -10,16 +10,27 @@ | |||
"localhost": "electron electron --debug=5858 --devtools --enable-logging --env=http://localhost:8888", | |||
"test": "eslint electron && electron-mocha tests", | |||
"rebuild-native-modules": "electron-rebuild -m ./electron/node_modules -f", | |||
"deb64": "electron-installer-debian --src wrap/build/Wire-linux-x64/ --arch amd64 --config linux.json", | |||
"deb32": "electron-installer-debian --src wrap/build/Wire-linux-ia32/ --arch x32 --config linux.json" | |||
"linux32": "build --ia32", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suggest to add -l
, otherwise if you run it on macOS, it will be macOS, not Linux :)
Will do once everything is OK and final.. for some reason the |
Hmm... What do you mean? Please specify error message. Please see To build app in 32 bit from a machine with 64 bit (not sure that it is relevant without error message). |
@develar I have to admit that I was a bit lazy to check it deeper :) |
@lipis I check in the evening (CET). |
Did anyone have the chance to try any of these builds?! We most likely going to make a release soon and fix issues later if anything.. my only question ATM is regarding the icon of the AppImage :) |
I ran the 64-bit AppImage. No problems, other than the preferences menu. It was neat! |
🎉🎉🎉🎉🎉 |
Feel free to download and test them.. :)