fixing mar artifact name
This commit is contained in:
parent
f84c661e1d
commit
d7f10406da
2 changed files with 7 additions and 4 deletions
|
|
@ -91,9 +91,11 @@ setup-fedora :
|
||||||
# Build the artifacts in a seperate Makefile
|
# Build the artifacts in a seperate Makefile
|
||||||
#
|
#
|
||||||
|
|
||||||
firefox-$(full_version).en-US.win64.zip : # build stage output artifact
|
librewolf-$(full_version).en-US.win64.installer.exe :
|
||||||
cp -v librewolf-$(full_version)/obj-x86_64-pc-mingw32/dist/firefox-$(version)-$(source_release).en-US.win64.zip .
|
cp librewolf-$(full_version)/obj-x86_64-pc-mingw32/dist/install/sea/librewolf-$(full_version).en-US.win64.installer.exe .
|
||||||
artifacts : firefox-$(full_version).en-US.win64.zip
|
|
||||||
|
artifacts : librewolf-$(full_version).en-US.win64.installer.exe
|
||||||
${MAKE} -f assets/artifacts.mk artifacts
|
${MAKE} -f assets/artifacts.mk artifacts
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@ source_release:=$(shell cat source_release)
|
||||||
full_version:=$(version)-$(source_release)$(shell [ $(release) -gt 1 ] && echo "-$(release)")
|
full_version:=$(version)-$(source_release)$(shell [ $(release) -gt 1 ] && echo "-$(release)")
|
||||||
mozbuild=~/.mozbuild
|
mozbuild=~/.mozbuild
|
||||||
|
|
||||||
incoming_artifact=librewolf-$(full_version).en-US.win64.zip
|
incoming_artifact=librewolf-$(full_version).en-US.win64.installer.exe
|
||||||
|
|
||||||
artifacts :
|
artifacts :
|
||||||
|
du -hs $(incoming_artifact)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue