g4ixt / QtTinySA

A Python 'TinySA' GUI programme using Qt5 and PyQt5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

personalized configuration files

winnieXY opened this issue · comments

To publish QtTinySA we need to work within a multi-user environment. In order to do so I've prepared a small patch (extension of class database) to create a localized database.

There is just a little work needed for darwin and windows systems to determine the correct paths where to install a global configuration file and where to install a personalized one.

I wrote the patch in a way that if there is no global configuration file and no personalized one QtTinySA will fallback to the old behaviour (looking into the current folder) . As I've no pyinstaller I can't test the resulting binary but it should work in eyes.

commented

completed