Skip to content

Commit bdb5454

Browse files
committed
fix: don't install schema for config.json
1 parent 54bbf9e commit bdb5454

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
@@ -10,9 +10,8 @@ if build_application
1010
'oopetris.desktop.in',
1111
'OOPetris.svg',
1212
'recordings.magic',
13-
'schema',
1413
],
15-
exclude_directories: ['icon'],
14+
exclude_directories: ['icon', 'schema'],
1615
)
1716

1817
app_name = 'oopetris'

0 commit comments

Comments
 (0)