just ignore wineconsole exit status for now
This commit is contained in:
parent
5086a71785
commit
91b0eaf892
1 changed files with 4 additions and 2 deletions
|
|
@ -10,6 +10,8 @@ incoming_artifact=firefox-$(full_version).en-US.win64.zip
|
||||||
setupname=librewolf-$(full_version).en-US.win64-setup.exe
|
setupname=librewolf-$(full_version).en-US.win64-setup.exe
|
||||||
zipname=librewolf-$(full_version).en-US.win64-portable.zip
|
zipname=librewolf-$(full_version).en-US.win64-portable.zip
|
||||||
|
|
||||||
|
wine=~/.mozbuild/wine/bin/wineconsole
|
||||||
|
|
||||||
artifacts :
|
artifacts :
|
||||||
|
|
||||||
# this section makes the work/librewolf folder
|
# this section makes the work/librewolf folder
|
||||||
|
|
@ -41,9 +43,9 @@ artifacts :
|
||||||
cp work/LibreWolf-WinUpdater/LibreWolf-WinUpdater.ahk work/LibreWolf-WinUpdater/*.ico work/librewolf-$(full_version)
|
cp work/LibreWolf-WinUpdater/LibreWolf-WinUpdater.ahk work/LibreWolf-WinUpdater/*.ico work/librewolf-$(full_version)
|
||||||
wget -q -O work/ahk.zip "https://www.autohotkey.com/download/ahk.zip"
|
wget -q -O work/ahk.zip "https://www.autohotkey.com/download/ahk.zip"
|
||||||
( mkdir work/ahk && cd work/ahk && unzip -q ../ahk.zip )
|
( mkdir work/ahk && cd work/ahk && unzip -q ../ahk.zip )
|
||||||
( cd work/librewolf-$(full_version) && wineconsole ../ahk/Compiler/Ahk2Exe.exe /in LibreWolf-Portable.ahk /icon LibreWolf-Portable.ico )
|
-( cd work/librewolf-$(full_version) && $(wine) ../ahk/Compiler/Ahk2Exe.exe /in LibreWolf-Portable.ahk /icon LibreWolf-Portable.ico )
|
||||||
( cd work/librewolf-$(full_version) && rm -f LibreWolf-Portable.ahk LibreWolf-Portable.ico dejsonlz4.exe jsonlz4.exe )
|
( cd work/librewolf-$(full_version) && rm -f LibreWolf-Portable.ahk LibreWolf-Portable.ico dejsonlz4.exe jsonlz4.exe )
|
||||||
( cd work/librewolf-$(full_version) && wineconsole ../ahk/Compiler/Ahk2Exe.exe /in LibreWolf-WinUpdater.ahk /icon LibreWolf-WinUpdater.ico )
|
-( cd work/librewolf-$(full_version) && $(wine) ../ahk/Compiler/Ahk2Exe.exe /in LibreWolf-WinUpdater.ahk /icon LibreWolf-WinUpdater.ico )
|
||||||
( cd work/librewolf-$(full_version) && rm -f LibreWolf-WinUpdater.ahk LibreWolf-WinUpdater*.ico )
|
( cd work/librewolf-$(full_version) && rm -f LibreWolf-WinUpdater.ahk LibreWolf-WinUpdater*.ico )
|
||||||
# issue #224 - Consider including msvcp140 & vcruntime140 in portable package
|
# issue #224 - Consider including msvcp140 & vcruntime140 in portable package
|
||||||
( cd work/librewolf-$(full_version)/LibreWolf && \
|
( cd work/librewolf-$(full_version)/LibreWolf && \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue