bugfixes, final portable.zip looks good
This commit is contained in:
parent
f0daa09d8c
commit
563c053672
1 changed files with 1 additions and 1 deletions
2
mk.py
2
mk.py
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue