probonopd / go-appimage

Go implementation of AppImage tools
MIT License
756 stars 74 forks source link

Question/Feature Request: Is the "Applications" directory required? #286

Closed surfrock66 closed 4 months ago

surfrock66 commented 5 months ago

Historically, I keep my appimages in "\~/.appimages" instead of "\~/Applications". I can't find if this is configurable? Could it be made configurable? Thanks so much!

surfrock66 commented 4 months ago

For now I'm symlinking \~/.local/bin to \~/.appimages, but this would be great to be configurable.

probonopd commented 4 months ago

Please use a symlink, as we want to avoid configurability (which adds complexity, if only in documentation). Thanks!

Duplicate of