Skip to content

Commit

Permalink
pack release into archive
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown321 committed Dec 27, 2024
1 parent ac1ce58 commit c67122e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@
[submodule "nw-installer"]
path = nw-installer
url = https://github.com/unknown321/nw-installer
ignore = dirty
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ release-clean:

release: release-clean build-arm server cassetteunpacker/res nw-installer/installer/userdata.tar
$(MAKE) -C nw-installer OUTFILE=$(PRODUCT).exe APPNAME=$(PRODUCT)
cd nw-installer/installer/stock/ && tar -czvf stock.tar.gz NW_WM_FW.UPG
cd nw-installer/installer/walkmanOne/ && tar -czvf walkmanOne.tar.gz NW_WM_FW.UPG

# see also: `perf record` && `perf report`
profile:
Expand Down

0 comments on commit c67122e

Please sign in to comment.