diff --git a/flatpak/io.github.epasveer.seergdb.yml b/flatpak/io.github.epasveer.seergdb.yml index defeb51..1707086 100644 --- a/flatpak/io.github.epasveer.seergdb.yml +++ b/flatpak/io.github.epasveer.seergdb.yml @@ -31,9 +31,7 @@ modules: # tag: v2.6 build-commands: - mkdir build - - cd build && cmake -G Ninja -DCMAKE_INSTALL_PREFIX=/app \ - -DCONFIG_SEER_GDB_LAUNCHER='flatpak-spawn --host' \ - ../src + - cd build && cmake -G Ninja -DCMAKE_INSTALL_PREFIX=/app -DCONFIG_SEER_GDB_LAUNCHER=flatpak-spawn\ --host ../src - cd build && ninja - install -Dm755 build/seergdb /app/bin/seergdb