Currently, the app saves config in AppData/Local/ and downloads in AppData/Roaming/ by default.
As a utility app, it makes more sense in its nature to be completely standalone/portable, where everything it needs like settings.json and ird/ are in its own folder, with paths relative to its root dir by default. Adding a portable.txt like emulators do to make it an option (if not default) is viable too.
Thanks for the very handy tool!
Currently, the app saves config in
AppData/Local/and downloads inAppData/Roaming/by default.As a utility app, it makes more sense in its nature to be completely standalone/portable, where everything it needs like
settings.jsonandird/are in its own folder, with paths relative to its root dir by default. Adding aportable.txtlike emulators do to make it an option (if not default) is viable too.Thanks for the very handy tool!