summaryrefslogtreecommitdiff
path: root/platform/windows/wscript
blob: 0885392590867af2eb8b46e582e7fc3942c52111 (plain)
1
2
3
4
def build(bld):
    bld.new_task_gen(features='subst', source='installer.nsi.32.in', target='installer.32.nsi', version=bld.env.VERSION)
    bld.new_task_gen(features='subst', source='installer.nsi.64.in', target='installer.64.nsi', version=bld.env.VERSION)