diff --git a/customize.sh b/customize.sh index fa1b92a..182c421 100755 --- a/customize.sh +++ b/customize.sh @@ -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 (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 (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 #} diff --git a/module.prop b/module.prop index 2457a8f..77406e4 100755 --- a/module.prop +++ b/module.prop @@ -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 diff --git a/src.zip b/src.zip new file mode 100644 index 0000000..63308c1 Binary files /dev/null and b/src.zip differ diff --git a/update.json b/update.json index 2a08355..2398556 100755 --- a/update.json +++ b/update.json @@ -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" -} \ No newline at end of file + "zipUrl": "https://git.1ndev.com/1ndevelopment/fsp_module/main/src.zip", + "changelog": "https://git.1ndev.com/1ndevelopment/fsp_module/main/changelog.md" +}