Skip to content

Commit dd58ba8

Browse files
committed
fix: don't install schema for config.json
1 parent 5fe9dad commit dd58ba8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tools/install/meson.build

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ if build_application
1313
flatpak_app_name + '.metainfo.xml.in',
1414
'OOPetris.svg',
1515
'recordings.magic',
16-
'schema',
1716
],
18-
exclude_directories: ['icon'],
17+
exclude_directories: ['icon', 'schema'],
1918
)
2019

2120
app_name = 'oopetris'

0 commit comments

Comments
 (0)