You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed portability issues and added CPack packaging support.
Now STA works as a portable application only in custom paths. If installed into a default system directory, where config and data files can't be written in the folder with the application executable, STA works as a standalone app. Appropriate changes have been applied to storing profiles of default params as well.
Also PORTABLE_VERSION CMake parameter has been added to control whether to build the portable version. If disabled, the setting are never stored in the folder with the program even if that's a custom path.
(Use cmake ... -D PORTABLE_VERSION={ON/OFF} ... when building)
Added CPack packaging support: see https://github.com/4lex4/scantailor-libs-build#packaging for more info.
Also now on installing on Linux, scantailor project mime-type is registered and STA is added into start menu.
0 commit comments