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 4ef349e commit 17d30b8Copy full SHA for 17d30b8
src/executables/meson.build
@@ -69,7 +69,9 @@ if build_application
69
70
makensis = find_program('makensis')
71
72
- nsis_script = meson.project_source_root() / 'tools' / 'installer' / 'setup.nsi'
+ nsis_script = files(
73
+ meson.project_source_root() / 'tools' / 'installer' / 'setup.nsi',
74
+ )
75
76
run_target(
77
'windows_installer',
0 commit comments