felixrieseberg / windows95

💩🚀 Windows 95 in Electron. Runs on macOS, Linux, and Windows.
Other
22.25k stars 1.29k forks source link

[Feature Request] Packaging this as an AppImage #114

Open KurtPfeifle opened 5 years ago

KurtPfeifle commented 5 years ago

Given that it's based on Electron, wouldn't it be easy to create an AppImage for Linux (with the help of electron-builder) as well? Not everybody in the Linux world uses .deb or .rpm packages, and AppImages can run on all kinds of Linux systems (.deb/.rpm) alike, since they consist of a single executable file....

felixrieseberg commented 5 years ago

I'd certainly accept a PR!

ghost commented 5 years ago

@felixrieseberg What would the PR contain though, as releases seem to be manually built for each tag on the final distribution format but not in the repo.

felixrieseberg commented 5 years ago

We actually build on AppVeyor and Travis, so adding an appimage probably only requires amending the build configuration.

raluvy95 commented 1 year ago

Any progress on this?