fixing mar artifact name

This commit is contained in:
Bert van der Weerd 2022-09-25 23:42:01 +02:00
parent f84c661e1d
commit d7f10406da
No known key found for this signature in database
GPG key ID: 73370A0B9E5516B0
2 changed files with 7 additions and 4 deletions

View file

@ -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

View file

@ -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)