Archive repo to src.zip [v0.0.1]

This commit is contained in:
1ndev-ui 2024-11-20 10:13:52 -08:00
parent b939942451
commit d99a28e5c5
3 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
cat > $MODPATH/0000fsp <<EOF
#!/system/bin/sh
MODDIR=\${0%/*}
DISABLE="/data/adb/modules/fsp_module/disable"
if ! test -e "\$DISABLE"; then
## Fix common SELinux non-permissive issues

View File

@ -1,6 +1,6 @@
{
"version": "v0.0.1",
"versionCode": 1,
"zipUrl": "https://git.1ndev.com/1ndevelopment/fsp_module/main/fsp_module-v0.0.1-src.zip",
"zipUrl": "https://git.1ndev.com/1ndevelopment/fsp_module/main/src.zip",
"changelog": "https://git.1ndev.com/1ndevelopment/fsp_module/main/changelog.md"
}