Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
crystalct committed Apr 27, 2021
1 parent 24d7ea2 commit dbe0881
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,14 @@ pkg4:
@mv $(OUTPUT).pkg $(OUTPUT)_v$(APP_VER)_$(TO_DAY).pkg
pkg: pkg2 pkg3 pkg1 pkg4

pkgdir:
@echo $@
@echo $(BUILDDIR)
@echo $(CURDIR)
$(VERB) $(PKG) --contentid $(CONTENTID) $(BUILDDIR)/ test.pkg
$(VERB) cp test.pkg test.gnpdrm.pkg
$(VERB) $(PACKAGE_FINALIZE) test.gnpdrm.pkg

#---------------------------------------------------------------------------------
else

Expand Down

0 comments on commit dbe0881

Please sign in to comment.