Tue Feb 7 12:51:56 PM CET 2023

This commit is contained in:
Bert van der Weerd 2023-02-07 12:51:56 +01:00
parent efcc11ba56
commit c62860eb6f
No known key found for this signature in database
GPG key ID: 73370A0B9E5516B0

View file

@ -1,7 +1,7 @@
# windows.mk - this one is quite a bit different from the others,
# but we can fix that later.
.PHONY : docker build do-build
.PHONY : docker build
version:=$(shell cat version)
release:=$(shell cat release)
@ -24,15 +24,15 @@ build :
pwd
rm -rf windows
git clone https://gitlab.com/librewolf-community/browser/windows.git
${MAKE} -C windows/linux do-build
( cd windows/linux && \
pwd && \
${MAKE} fetch && \
${MAKE} all && \
cp -v $(outfiles) ../.. )
sha256sum $(outfile-exe) > $(outfile-exe).sha256sum
cat $(outfile-exe).sha256sum
sha256sum $(outfile-zip) > $(outfile-zip).sha256sum
cat /$(outfile-zip).sha256sum
do-build :
pwd
${MAKE} -f Makefile fetch
${MAKE} -f Makefile all
cp -v $(outfiles) ../..