LogosLinuxInstaller
LogosLinuxInstaller copied to clipboard
Proposed Refactor: Remove Need for Config to Recognize an Installed App
We should look at refactoring our app in order to install it to a regular path, whether ~/bin, /usr/local/bin, /opt, ~/.local/bin.
Our detection code then for whether the app is installed or not would no longer depend on the config, and our app would then be portable from one machine to another without having to store the config in our install dir.
Requires #323
Requires #327