Skip to content

Commit

Permalink
add license filed
Browse files Browse the repository at this point in the history
  • Loading branch information
DerGoogler committed Jul 3, 2024
1 parent 0dcb367 commit 577f187
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description = "MMRL comes now as command line interface, with multi module insta
version = "0.3.8"
edition = "2021"
author = "Der_Googler"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 2 additions & 0 deletions build-module.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ get_prop() { cat ./../Cargo.toml | grep -Po "(?<=^$1 = \")[^\"]*(?=\".*)"; }
NAME=$(get_prop name)
VER=$(get_prop version)
AUT=$(get_prop author)
LIC=$(get_prop license)
VER_CODE="${VER//./}"
BUILD_DATE=$(date "+%Y-%m-%d")
RUST_VER=$(rustc --version | grep -oP '\d+\.\d+\.\d+')
Expand All @@ -27,6 +28,7 @@ versionCode=$VER_CODE
author=$AUT
description=MMRL Command Line Interface is a free tool to install Magisk/KernelSU modules. Build on $BUILD_DATE with Rust $RUST_VER.
updateJson=https://raw.githubusercontent.com/DerGoogler/MMRL-CLI/master/module/update.json
license=$LIC
EOF

# generate update.json
Expand Down
3 changes: 2 additions & 1 deletion module/module.prop
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ name=MMRL CLI
version=0.3.8
versionCode=038
author=Der_Googler
description=MMRL Command Line Interface is a free tool to install Magisk/KernelSU modules. Build on 2024-06-29 with Rust 1.78.0.
description=MMRL Command Line Interface is a free tool to install Magisk/KernelSU modules. Build on 2024-07-03 with Rust 1.78.0.
updateJson=https://raw.githubusercontent.com/DerGoogler/MMRL-CLI/master/module/update.json
license=MIT
2 changes: 1 addition & 1 deletion module/system/usr/share/mmrl/config/mmrl/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"versionCode": "038",
"author": "Der_Googler",
"rustVersion": "1.78.0",
"buildDate": "2024-06-29"
"buildDate": "2024-07-03"
}

0 comments on commit 577f187

Please sign in to comment.