From 9871f4f95164ba8a39bc3f5044261ee2f2f7674a Mon Sep 17 00:00:00 2001 From: Shaun Inman Date: Mon, 6 Feb 2023 21:18:34 -0500 Subject: [PATCH] added release.txt to system --- makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/makefile b/makefile index 9d88117..125597a 100644 --- a/makefile +++ b/makefile @@ -56,6 +56,7 @@ bundle: 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 # populate system cp ~/buildroot/output/images/rootfs.ext2 ./build/SYSTEM/rg35xx