This commit is contained in:
Bert van der Weerd 2021-06-12 11:11:23 +02:00
parent 1362e61802
commit 0f8e02ce35
No known key found for this signature in database
GPG key ID: 4CFABB96ADE0F5B1
7 changed files with 1 additions and 1 deletions

View file

@ -283,7 +283,7 @@ def execute_lw_artifacts():
# create installer
if options.distro == 'win':
exec("rm -f librewolf-{}.en-US.win64-setup.exe tmp.nsi".format(pkgver))
exec("sed \"s/pkg_version/{}/g\" < artifacts_win.nsi > tmp.nsi".format(pkgver))
exec("sed \"s/pkg_version/{}/g\" < setup.nsi > tmp.nsi".format(pkgver))
exec("makensis-3.01.exe -V1 tmp.nsi")
#
# Main targets: