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