Browse Source

Update update.json

AY Windows Host 3 years ago
parent
commit
f12111cda1
1 changed files with 29 additions and 29 deletions
  1. 29 29
      system/update.json

+ 29 - 29
system/update.json

@@ -1,29 +1,29 @@
-    {
-    	"Vendor":"ArozOS Github",
-    	"binary":{
-    		"windows": {
-    			"amd64":"https://github.com/tobychui/arozos/releases/latest/download/arozos_windows_amd64.exe",
-    			"arm":"",
-    			"arm64":"",
-    			"i386":""
-    		},
-    		"linux":{
-    			"arm":"https://github.com/tobychui/arozos/releases/latest/download/arozos_linux_arm",
-    			"armv7":"https://github.com/tobychui/arozos/releases/latest/download/arozos_linux_armv7",
-    			"arm64":"https://github.com/tobychui/arozos/releases/latest/download/arozos_linux_arm64",
-    			"amd64":"https://github.com/tobychui/arozos/releases/latest/download/arozos_linux_amd64",
-    			"mipsle":""
-    		},
-    		"darwin":{
-    			"amd64":"https://github.com/tobychui/arozos/releases/latest/download/arozos_darwin_amd64",
-    			"arm64":""
-    		},
-    		"freebsd":{
-    			"amd64":"",
-    			"arm":"",
-    			"arm64":"",
-    			"i386":""
-    		}
-    	},
-    	"webpack":"https://github.com/tobychui/arozos/releases/latest/download/web.tar.gz"
-    }
+{
+	"Vendor":"ArozOS Github",
+	"binary":{
+		"windows": {
+			"amd64":"https://github.com/tobychui/arozos/releases/latest/download/arozos_windows_amd64.exe",
+			"arm":"",
+			"arm64":"",
+			"i386":""
+		},
+		"linux":{
+			"arm":"https://github.com/tobychui/arozos/releases/latest/download/arozos_linux_arm",
+			"armv7":"https://github.com/tobychui/arozos/releases/latest/download/arozos_linux_armv7",
+			"arm64":"https://github.com/tobychui/arozos/releases/latest/download/arozos_linux_arm64",
+			"amd64":"https://github.com/tobychui/arozos/releases/latest/download/arozos_linux_amd64",
+			"mipsle":""
+		},
+		"darwin":{
+			"amd64":"https://github.com/tobychui/arozos/releases/latest/download/arozos_darwin_amd64",
+			"arm64":""
+		},
+		"freebsd":{
+			"amd64":"",
+			"arm":"",
+			"arm64":"",
+			"i386":""
+		}
+	},
+	"webpack":"https://github.com/tobychui/arozos/releases/latest/download/web.tar.gz"
+}