diff --git a/scripts/compile_resources.py b/scripts/kiwix-compile-resources similarity index 100% rename from scripts/compile_resources.py rename to scripts/kiwix-compile-resources diff --git a/scripts/meson.build b/scripts/meson.build index c74cb8577..7e86f5b86 100644 --- a/scripts/meson.build +++ b/scripts/meson.build @@ -1,5 +1,5 @@ -res_compiler = find_program('compile_resources.py') +res_compiler = find_program('kiwix-compile-resources') intermediate_ctpp2c = find_program('ctpp2c.sh') install_data(res_compiler.path(), install_dir:get_option('bindir'))