We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3728537 commit e97d36fCopy full SHA for e97d36f
assets/oopetris.desktop.in
@@ -2,7 +2,7 @@
2
Version=1.0
3
Type=Application
4
Name=OOPetris
5
-Comment=A Tetris clone in OOP
+Comment=@DESCRIPTION@
6
Exec=oopetris
7
Icon=@APP_NAME@
8
Terminal=false
tools/install/meson.build
@@ -13,8 +13,7 @@ if is_flatpak_build
13
app_name = 'com.github.mgerhold.OOPetris'
14
endif
15
16
-conf = configuration_data()
17
-conf.set('APP_NAME', app_name)
+conf = configuration_data({'DESCRIPTION': oopetris_desc, 'APP_NAME': app_name})
18
19
datadir = get_option('prefix') / get_option('datadir')
20
0 commit comments