2015-10-17 19:48 GMT+02:00 Lubomir I. Ivanov <[email protected]>: > one question though: what if the bundle includes files which the > application modifies e.g. configuration files, custom HTML files, etc. > do you have a method to install the AppImage in say ~/subsurface like > a Windows installer?
Usually applications populate $HOME upon the first application launch, e.g., in $XDG_DATA_HOME. Otherwise, a small helper script inside the AppImage could do it. _______________________________________________ subsurface mailing list [email protected] http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface
