mhx / dwarfs

A fast high compression read-only file system for Linux, Windows and macOS
GNU General Public License v3.0
2.13k stars 56 forks source link

how do I use you software? #178

Closed lucasmz1 closed 10 months ago

lucasmz1 commented 10 months ago

I need a way to make make a self contained linux app like an appimage but one that mount always in the same spot automatically on the system to execute the app. just like a simple container for an executable does your app do that ? what the command line paramenters?

Phantop commented 10 months ago

If you want to make an AppImage-like file, my own project, appdwarf, might be of interest to you.

lucasmz1 commented 10 months ago

thank you so much sir

lucasmz1 commented 10 months ago

whats the command for appdwarf ? I have an appdir with everything inside what's the command to pack it?