-
Notifications
You must be signed in to change notification settings - Fork 20
AppImageKit
Häfner edited this page Dec 4, 2023
·
8 revisions
sudo apt install libfuse2
tried to compile from source, but doesnt work:
https://github.com/AppImage/AppImageKit
env ARCH=x86_64 bash ci/build.sh
this worked:
- go to https://github.com/AppImage/AppImageKit/releases/tag/continuous
- download appimagetool-x86_64.AppImage
- make the AppImage file executable and use as if it was the appimagetool
./pack_app2.sh polyvr
one of these:
- appimagetool -n packages/polyvr
- ./appimagetool-x86_64.AppImage -n packages/polyvr
docker build -t appimgbox . ; docker rm test-container ; docker run -d --device /dev/fuse --privileged --name test-container appimgbox && docker logs test-container