diff --git a/Cargo.toml b/Cargo.toml index 448715f..a828b0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 diff --git a/build-module.sh b/build-module.sh index bba3e80..031e508 100644 --- a/build-module.sh +++ b/build-module.sh @@ -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+') @@ -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 diff --git a/module/module.prop b/module/module.prop index a2fd0ed..d9e01df 100644 --- a/module/module.prop +++ b/module/module.prop @@ -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 diff --git a/module/system/usr/share/mmrl/config/mmrl/info.json b/module/system/usr/share/mmrl/config/mmrl/info.json index 06ba97d..456227d 100644 --- a/module/system/usr/share/mmrl/config/mmrl/info.json +++ b/module/system/usr/share/mmrl/config/mmrl/info.json @@ -3,5 +3,5 @@ "versionCode": "038", "author": "Der_Googler", "rustVersion": "1.78.0", - "buildDate": "2024-06-29" + "buildDate": "2024-07-03" }