mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-14 17:48:30 +00:00
14 lines
286 B
Meson
14 lines
286 B
Meson
subdir('firmware_packager')
|
|
|
|
if host_machine.system() == 'windows'
|
|
con2 = configuration_data()
|
|
con2.set('FWUPD_VERSION', fwupd_version)
|
|
|
|
# replace @FWUPD_VERSION@
|
|
configure_file(
|
|
input : 'setup-win32.nsi',
|
|
output : 'setup-win32.nsi',
|
|
configuration : con2,
|
|
)
|
|
endif
|