diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fcbf032..2ce98d0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -134,7 +134,7 @@ jobs: cmake -B build -S . -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=${{ env.VCPKG_ROOT }}/scripts/buildsystems/vcpkg.cmake - name: Build with CMake - run: cmake --build build --config Release --parallel + run: cmake --build build --config Release - name: Prepare for AppImage if: runner.os == 'Linux' diff --git a/icons/icon.png b/icons/icon.png new file mode 100644 index 0000000..405e507 Binary files /dev/null and b/icons/icon.png differ