Archive repo to src.zip [v0.0.1]
This commit is contained in:
parent
b939942451
commit
d99a28e5c5
@ -1,5 +1,6 @@
|
|||||||
cat > $MODPATH/0000fsp <<EOF
|
cat > $MODPATH/0000fsp <<EOF
|
||||||
#!/system/bin/sh
|
#!/system/bin/sh
|
||||||
|
MODDIR=\${0%/*}
|
||||||
DISABLE="/data/adb/modules/fsp_module/disable"
|
DISABLE="/data/adb/modules/fsp_module/disable"
|
||||||
if ! test -e "\$DISABLE"; then
|
if ! test -e "\$DISABLE"; then
|
||||||
## Fix common SELinux non-permissive issues
|
## Fix common SELinux non-permissive issues
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": "v0.0.1",
|
"version": "v0.0.1",
|
||||||
"versionCode": 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"
|
"changelog": "https://git.1ndev.com/1ndevelopment/fsp_module/main/changelog.md"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user