diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | data/tuxanci.desktop.in (renamed from data/tuxanci.desktop) | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt index d18c6cf..4cc9324 100644 --- a/data/CMakeLists.txt +++ b/data/CMakeLists.txt @@ -12,6 +12,7 @@ ADD_SUBDIRECTORY ( sound ) ############################################################################### # CURRENT DIRECTORY FILES ############################################################################### +CONFIGURE_FILE ( tuxanci.desktop.in tuxanci.desktop ) # dont instal those let packagers handle it #IF ( NOT Server ) # INSTALL ( FILES tuxanci.desktop diff --git a/data/tuxanci.desktop b/data/tuxanci.desktop.in index 2495a38..a3122f3 100644 --- a/data/tuxanci.desktop +++ b/data/tuxanci.desktop.in @@ -1,7 +1,7 @@ [Desktop Entry] Name=tuxanci Comment=Tuxanci first cushion shooter -Exec=tuxanci +Exec=tuxanci-@TUXANCI_VERSION@ Terminal=false Type=Application Icon=tuxanci.svg |