pkgs: Generate Inno Setup based Windows installer

This commit is contained in:
Rafał Dzięgiel
2025-01-17 13:54:52 +01:00
parent 5906d1b78e
commit 21417a1ae7
4 changed files with 81 additions and 0 deletions

5
pkgs/meson.build Normal file
View File

@@ -0,0 +1,5 @@
is_windows = ['windows'].contains(host_machine.system())
if is_windows
subdir('windows-installer')
endif