probonopd / go-appimage

Go implementation of AppImage tools
MIT License
680 stars 69 forks source link

Configure Appimage daemon #237

Closed ChrTall closed 1 year ago

ChrTall commented 1 year ago

Is there a way to specify which directories the daemon is watching? I would like to set it explicitly and remove the Downloads directory.

probonopd commented 1 year ago

No, the list of watched directories is hardcoded by design. So that go-appimage behaves the same everywhere.