mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-29 23:32:04 +02:00
pkgs: Generate Inno Setup based Windows installer
This commit is contained in:
5
pkgs/meson.build
Normal file
5
pkgs/meson.build
Normal file
@@ -0,0 +1,5 @@
|
||||
is_windows = ['windows'].contains(host_machine.system())
|
||||
|
||||
if is_windows
|
||||
subdir('windows-installer')
|
||||
endif
|
Reference in New Issue
Block a user