CTK Application launcher is a lightweight open-source utility allowing to set environment before starting a real application.
The launcher is available on Linux, Windows and MacOSX.
Read the wiki for more details.
| Linux | MacOSX | Windows |
|---|---|---|
Contributions are welcome, and they are greatly appreciated! Every little bit helps, and credit will always be given.
See CONTRIBUTING.md for more details.
Follow step below after checking that all tests pass
- Update CMakeLists.txt
- set
CTKAppLauncher_VERSION_IS_RELEASEto1 - update
CTKAppLauncher_*_VERSIONvariables
-
Commit changes with message:
CTKAppLauncher X.Y.Z -
Tag the release. Requires a GPG key with signatures. For version X.Y.Z:
git tag -s -m "CTKAppLauncher X.Y.Z" vX.Y.Z master -
Publish the tag
git push origin vX.Y.Z
-
Then publish the
masterbranch to trigger the release buildgit push origin master
-
Update CMakeLists.txt setting
CTKAppLauncher_VERSION_IS_RELEASEto0 -
Commit changes with message:
Begin post-X.Y.Z development [ci skip] -
Publish the
masterbranch
It is covered by the Apache License, Version 2.0: