aboutsummaryrefslogtreecommitdiff
path: root/launcher/Launcher.in
AgeCommit message (Collapse)Author
2022-04-16refactor: combine portable and system buildsSefa Eyeoglu
Portable builds now have the same layout as system builds. If you want to build a portable bundle, you now need to additionally install the `portable` component. For example: $ cmake -Bbuild -DCMAKE_INSTALL_PREFIX=install ... $ cmake --build build $ cmake --install build $ cmake --install build --component portable
2022-01-14Change method of shell script fix per suggestionThomas Sirack
The Launcher.in file is now modified rather than CMakeLists.txt
2021-10-21NOISSUE debranding for real, initial workPetr Mrázek
This is probably very broken on macOS and Windows and will need a lot of work to complete fully.