feat(wip): use wine from extracted appimage - #422
Conversation
removes wine code logic switches default to using the tarball of the appimage instead to avoid the fue dependency begins to start writing ci around distrobox
|
Thinking about this one. One of the benefits of this will be removing issues with AppImages. But the contents of the AppImage will still be unusable by Alpine systems because the Wine inside the AppImage is still not muslc, no? We will need to acquire a muslc Wine from another source as part of this switch, correct? |
|
Another thought: just cross-linking an issue: |
|
This PR is also necessary for #14 |
|
Another note I made: #24 (comment) What if we aimed for utilizing distrobox in order to simplify our whole process? We could potentially drop some of our dependency installations and rely (solely?) on distrobox. We could then get around even the muslc (and FreeBSD?) issues by simply utilizing a Debian (or other: Arch to be most up-to-date?) system container. Not having worked with distrobox, would we be able to prepare a container for distribution even? So instead of maintaining lengthy in-app instructions, could we distribute essentially our own Logos-focused Distro? i.e., maintain a distrobox container repo? |
|
If we wanted a cross-distro solution flatpak/snap are more well traveled (and actually known). Regardless of our container solution, we'd still want wine as binaries we build |
removes wine code logic
switches default to using the tarball of the appimage instead to avoid the fuse dependency
begins to start writing ci around distrobox