Skip to content

Commit

Permalink
15.0.57
Browse files Browse the repository at this point in the history
  • Loading branch information
Divon Lan committed Apr 21, 2024
1 parent 6bbb203 commit 5ebf083
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
Binary file added installers/genozip-osx-arm.tar
Binary file not shown.
7 changes: 4 additions & 3 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -665,9 +665,10 @@ $(INSTALLERS)/LICENSE.html: genozip$(EXE)
@./genozip$(EXE) --license=html,5000 > $@

BUILD_FILES = version.h Makefile \
objdir.linux/secure/license.o objdir.windows/secure/license.o objdir.mac/secure/license.o \
../RELEASE_NOTES.txt ../LICENSE.txt \
$(INSTALLERS)/genozip-installer.exe $(INSTALLERS)/genozip-linux-x86_64.tar $(INSTALLERS)/genozip-osx-x86.tar $(INSTALLERS)/LICENSE.html
objdir.linux/secure/license.o objdir.windows/secure/license.o objdir.osx-x86/secure/license.o \
objdir.osx-arm/secure/license.o ../RELEASE_NOTES.txt ../LICENSE.txt \
$(INSTALLERS)/genozip-installer.exe $(INSTALLERS)/genozip-linux-x86_64.tar \
$(INSTALLERS)/genozip-osx-x86.tar $(INSTALLERS)/genozip-osx-arm.tar $(INSTALLERS)/LICENSE.html

push-build: # push files modified during the build process
@git stage $(BUILD_FILES) -f
Expand Down
Binary file added src/objdir.osx-arm/secure/license.o
Binary file not shown.
Binary file added src/objdir.osx-x86/secure/license.o
Binary file not shown.

0 comments on commit 5ebf083

Please sign in to comment.