-
Notifications
You must be signed in to change notification settings - Fork 324
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
Please provide an AppImage for download #10
Comments
Thanks for your suggestion. I might provide an AppImage, but it will take some time to implement the features. |
Actually I think electron-builder can "just do" it... |
This was closed, why? Is it available for download now? |
Thank you for your attention. I try to create an executable package but it seems still some problems. I will try again... |
Please let me know if I can help. Which issues are you running into? |
I try to make an executable package. It seems OK on .exe, but it is sad that I don't have a linux environment. May you please help me to check if the linux executable or not? Thank you! |
Yes I can test, is it available for download? Thanks. |
I plase it on https://github.com/kanasimi/work_crawler/releases. |
|
OK, I have uploaded a x64 version. And it is strange that after I running |
Normally you should get a file with ".AppImage" at the end of the filename. I think you did not upload the AppImage file. Please search whether you have a file that ends in ".AppImage" and upload that. Thanks. |
Following the instructions on https://www.electron.build/configuration/linux#appimageoptions , I set |
Looks like you have renamed the Linux executable to "AppImage" but this is not an AppImage. It does not work. I am not an |
So it is a deb file. But when I specify "AppImage" only, it seems still the same file. Do you know any projects using electron-builder to generate AppImage? |
Possibly a bug? cc @develar |
By the way, I use Windows 7 to run:
and no file lies outside build\linux-unpacked. |
Ah, you are using a Windows machine to do the builds? I am not 100% sure whether this can do AppImages. I know that macOS can do, but I am not sure about Windows. (If it can't, I'd expect an error message though...) |
electron-builder provides cloud service to build AppImage on Windows ( |
Well, I borrow a linux machine and find that electron-builder just works. It seems @develar By the way, I try to specify a png file as icon, but it do not shown as expected. Are there any other things I need to be aware of? |
@develar Thank you! But even I set |
work_crawler/package.json
Line 33 in 2990a8d
Please provide an AppImage for download on the project's GitHub Releases page.
Providing an AppImage would have, among others, these advantages:
appimaged
--appimage-extract
parameterHere is an overview of projects that are already distributing upstream-provided, official AppImages.
If you have questions, AppImage developers are on #AppImage on irc.freenode.net.
The text was updated successfully, but these errors were encountered: