Skip to content

Commit

Permalink
New version number format
Browse files Browse the repository at this point in the history
  • Loading branch information
elysias123 committed Apr 17, 2024
1 parent a2896f3 commit c531bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ all: default \
build-webui pack

pack:
echo "id=Clash_For_Magisk\nname=akashaProxy\nversion="$(shell TZ=Asia/Shanghai date "+%Y%m%d%H%M%S")"-"$(shell git rev-parse --short HEAD)"\nversionCode="$(shell TZ=Asia/Shanghai date "+%Y%m%d%H%M%S")"\nauthor=heinu\ndescription=akasha terminal transparent proxy module that supports tproxy and tun and adds many easy-to-use features. Compatible with Magisk/KernelSU">module/module.prop
echo "id=Clash_For_Magisk\nname=akashaProxy\nversion="$(shell git rev-parse --short HEAD)"\nversionCode="$(shell TZ=Asia/Shanghai date "+%Y%m%d%H%M%S")"\nauthor=heinu\ndescription=akasha terminal transparent proxy module that supports tproxy and tun and adds many easy-to-use features. Compatible with Magisk/KernelSU">module/module.prop
cd module && zip -r ../$(NAME).zip *

default:
Expand Down

0 comments on commit c531bf3

Please sign in to comment.