Update URL paths & include src.zip [v0.0.1]

This commit is contained in:
1ndev-ui 2024-11-16 15:37:23 -08:00
parent 457d2a088b
commit 54a91bc00d
4 changed files with 7 additions and 7 deletions

View File

@ -45,16 +45,16 @@
# set_permissions() {
# Note that all files/folders in magisk module directory have the $MODPATH prefix - keep this prefix on all of your files/folders
# Some examples:
# For directories (includes files in them):
# set_perm_recursive <dirname> <owner> <group> <dirpermission> <filepermission> <contexts> (default: u:object_r:system_file:s0)
# set_perm_recursive $MODPATH/system/lib 0 0 0755 0644
# set_perm_recursive $MODPATH/system/vendor/lib/soundfx 0 0 0755 0644
# For files (not in directories taken care of above)
# set_perm <filename> <owner> <group> <permission> <contexts> (default: u:object_r:system_file:s0)
# set_perm $MODPATH/system/lib/libart.so 0 0 0644
# set_perm /data/local/tmp/file.txt 0 0 644
#}

View File

@ -4,4 +4,4 @@ version=v0.0.1
versionCode=1
author=1ndevelopment
description=Confgure SELinux Policies Non-Permissively
updateJson=https://raw.githubusercontent.com/1ndevelopment/fsp_module/main/update.json
updateJson=https://git.1ndev.com/1ndevelopment/fsp_module/main/update.json

BIN
src.zip Normal file

Binary file not shown.

View File

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