Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
portable: don't override portable user preference if not PyInstaller
The previous code would set `portable` to `False` when not ran using PyInstaller, overriding user preference. This meant that AppImage could not be used portable. We now only do the portable auto detection when the user hasn't passed the `--portable` flag already.
- Loading branch information