ErikKalkoken / evebuddy

EVE Buddy is a desktop companion app for Eve Online players available on Windows, Linux and macOS.
MIT License
8 stars 2 forks source link

Portable Mode #31

Open JacobOkanta opened 1 week ago

JacobOkanta commented 1 week ago

Is it possible to run this program in a portable mode where all files are stored alongside the exe? For example this would be useful to run from a network drive or to sync the program between multiple devices.

ErikKalkoken commented 1 week ago

Sorry, that is not possible at the moment. But it should not be too difficult to add.

ErikKalkoken commented 4 hours ago

I looked into this and it is more difficult to implement then I first anticipated. The main issue is that the GUI toolkit I am using does not support this directly. The issue is that I can can configure a custom path for storing the preferences. I am looking into implementing my own storage solution for preferences, e.g. by adding them to the existing database.