relocated version.txt
This commit is contained in:
parent
467a66438b
commit
bf431be48f
4 changed files with 5 additions and 8 deletions
4
makefile
4
makefile
|
|
@ -55,8 +55,6 @@ bundle:
|
|||
cp ./src/boot/output/dmenu.bin ./build/BASE
|
||||
cp ./src/boot/output/dmenu.bin ./build/SYSTEM/rg35xx/dat
|
||||
cp ./src/install/install.sh ./build/SYSTEM/rg35xx/bin
|
||||
echo "$(BUILD_HASH)" > ./build/SYSTEM/commit.txt
|
||||
echo "$(RELEASE_NAME)" > ./build/SYSTEM/release.txt
|
||||
|
||||
# prepare boot logo
|
||||
cd ./build/SYSTEM/rg35xx/dat && convert boot_logo.png -type truecolor boot_logo.bmp && rm boot_logo.png && gzip -n boot_logo.bmp
|
||||
|
|
@ -91,7 +89,7 @@ readmes:
|
|||
fmt -w 40 -s ./skeleton/EXTRAS/README.txt > ./build/EXTRAS/README.txt
|
||||
|
||||
zip:
|
||||
cd ./build/SYSTEM/rg35xx/paks/MinUI.pak && echo "$(RELEASE_NAME)\n$(BUILD_HASH)" > version.txt
|
||||
cd ./build/SYSTEM && echo "$(RELEASE_NAME)\n$(BUILD_HASH)" > version.txt
|
||||
cd ./build && find . -type f -name '.DS_Store' -delete
|
||||
mkdir -p ./build/PAYLOAD
|
||||
mv ./build/SYSTEM ./build/PAYLOAD/.system
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue