This commit is contained in:
kramo
2024-07-10 16:13:33 +02:00
parent beda52b575
commit eac6d63010
8 changed files with 61 additions and 43 deletions

View File

@@ -5,7 +5,7 @@ configure_file(
output: 'cartridges',
configuration: conf,
install: true,
install_dir: get_option('bindir')
install_dir: get_option('bindir'),
)
install_subdir('importer', install_dir: moduledir)
@@ -21,11 +21,7 @@ install_data(
'details_dialog.py',
'game.py',
'game_cover.py',
configure_file(
input: 'shared.py.in',
output: 'shared.py',
configuration: conf
)
configure_file(input: 'shared.py.in', output: 'shared.py', configuration: conf),
],
install_dir: moduledir
install_dir: moduledir,
)

View File

@@ -81,4 +81,4 @@ win = None
importer = None
import_time = None
store = None
log_files = None
log_files = []