bugfixes, final portable.zip looks good

This commit is contained in:
Bert van der Weerd 2022-02-27 22:51:41 +01:00
parent f0daa09d8c
commit 563c053672
No known key found for this signature in database
GPG key ID: 4CFABB96ADE0F5B1

2
mk.py
View file

@ -165,7 +165,7 @@ def artifacts():
# installed from: https://www.autohotkey.com/
exec('"c:/Program Files/AutoHotkey/Compiler/Ahk2Exe.exe" /in LibreWolf-Portable.ahk /icon LibreWolf-Portable.ico')
# let's remove the ahk and icon and embedded executables
exec('rm -f LibreWolf-Portable.ahk LibreWolf-Portable.ico *lz4.exe')
exec('rm -vf LibreWolf-Portable.ahk LibreWolf-Portable.ico dejsonlz4.exe jsonlz4.exe')
os.chdir('..')
pa_zipname = 'librewolf-{}.en-US.win64.portable.zip'.format(full_version)