SQLauncher
Simple QT6 Program Launcher
Depedencies:
Build instructions:
Clone the repository
git clone https://codeberg.org/ItsZariep/SQLauncher
cd SQLauncher
Build with CMake and Ninja
cmake -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build -- -j$(nproc)
Packaging
dpkg/rpm packagers can use:
cpack -G DEB --config build/CPackConfig.cmake # or -G RPM


