Skip to content

Commit

Permalink
Flatpak build - Remove invalid prop and make it Release build
Browse files Browse the repository at this point in the history
  • Loading branch information
SneWs committed Jul 14, 2024
1 parent 0f72935 commit 6f9cb55
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packaging/flatpak/org.flatpak.tail-tray.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ runtime: org.kde.Platform
runtime-version: '6.7'
sdk: org.kde.Sdk
command: tail-tray
version: '0.0.2'
finish-args:
- --share=ipc
- --socket=x11
Expand All @@ -15,7 +14,7 @@ modules:
- name: tail-tray
buildsystem: cmake-ninja
config-opts:
- -DCMAKE_BUILD_TYPE=RelWithDebInfo
- -DCMAKE_BUILD_TYPE=Release
sources:
- type: dir
path: ../../

0 comments on commit 6f9cb55

Please sign in to comment.