Summary of the new feature / enhancement
Hi, as the title suggests, I have an ApImage that I've been distributing since 2023.
https://github.com/ivan-hc/PowerShell-appimage
I have a continuous build based on your portable package.
https://github.com/ivan-hc/PowerShell-appimage/releases/tag/continuous
It uses the latest AppImage runtime, supports delta updates, and DOES NOT REQUIRE libfuse2.
Proposed technical implementation details (optional)
For more details on how I compile it, please refer to my script below:
https://github.com/ivan-hc/PowerShell-appimage/blob/main/builder.sh
This is my workflow:
https://github.com/ivan-hc/PowerShell-appimage/blob/main/.github/workflows/CI.yml
PS: I was looking at my current repositories, and I create about 100 unofficial AppImage packages. Too many to maintain.
I also looked at your issues, and digging into the past, I saw that you removed AppImage support several years ago.
Maybe now is a good time to bring it back.
Personally, I don't use PowerShell, nor do I care about maintaining the AppImage.
So I'm giving you my code so you can automate the work.
If you need help with other architectures besides x86_64, please feel free to ask me.
Summary of the new feature / enhancement
Hi, as the title suggests, I have an ApImage that I've been distributing since 2023.
https://github.com/ivan-hc/PowerShell-appimage
I have a continuous build based on your portable package.
https://github.com/ivan-hc/PowerShell-appimage/releases/tag/continuous
It uses the latest AppImage runtime, supports delta updates, and DOES NOT REQUIRE libfuse2.
Proposed technical implementation details (optional)
For more details on how I compile it, please refer to my script below:
https://github.com/ivan-hc/PowerShell-appimage/blob/main/builder.sh
This is my workflow:
https://github.com/ivan-hc/PowerShell-appimage/blob/main/.github/workflows/CI.yml
PS: I was looking at my current repositories, and I create about 100 unofficial AppImage packages. Too many to maintain.
I also looked at your issues, and digging into the past, I saw that you removed AppImage support several years ago.
Maybe now is a good time to bring it back.
Personally, I don't use PowerShell, nor do I care about maintaining the AppImage.
So I'm giving you my code so you can automate the work.
If you need help with other architectures besides x86_64, please feel free to ask me.