Commit 0f93831

kravantokh <kravantokh@noreply.codeberg.org>
2026-02-13 12:28:35
Fix template indentation.
1 parent 1e2599e
Changed files (1)
bucket/app-name.json.template
@@ -1,63 +1,63 @@
 {
-    "##": "This file is a template. Fill the blanks and add or remove fields as necessary.",
-    "version": "",
-    "description": "",
-    "homepage": "",
-    "license": "",
-    "notes": "",
-    "architecture": {
-        "64bit": {
-            "url": "",
-            "hash": ""
-        },
-        "32bit": {
-            "url": "",
-            "hash": ""
-        },
-        "arm64": {
-            "url": "",
-            "hash": ""
-        }
-    },
-    "pre_install": "",
-    "installer": {
-        "script": ""
-    },
-    "post_install": [
-        "",
-        ""
-    ],
-    "uninstaller": {
-        "script": ""
-    },
-    "bin": "",
-    "env_add_path": [
-        "",
-        ""
-    ],
-    "persist": [
-        "",
-        ""
-    ],
-    "checkver": {
-        "url": "",
-        "regex": ""
-    },
-    "autoupdate": {
-        "architecture": {
-            "64bit": {
-                "url": ""
-            },
-            "32bit": {
-                "url": ""
-            },
-            "arm64": {
-                "url": ""
-            }
-        },
-        "hash": {
-            "url": "",
-            "regex": ""
-        }
-    }
+	"##": "This file is a template. Fill the blanks and add or remove fields as necessary.",
+	"version": "",
+	"description": "",
+	"homepage": "",
+	"license": "",
+	"notes": "",
+	"architecture": {
+		"64bit": {
+			"url": "",
+			"hash": ""
+		},
+		"32bit": {
+			"url": "",
+			"hash": ""
+		},
+		"arm64": {
+			"url": "",
+			"hash": ""
+		}
+	},
+	"pre_install": "",
+	"installer": {
+		"script": ""
+	},
+	"post_install": [
+		"",
+		""
+	],
+	"uninstaller": {
+		"script": ""
+	},
+	"bin": "",
+	"env_add_path": [
+		"",
+		""
+	],
+	"persist": [
+		"",
+		""
+	],
+	"checkver": {
+		"url": "",
+		"regex": ""
+	},
+	"autoupdate": {
+		"architecture": {
+			"64bit": {
+				"url": ""
+			},
+			"32bit": {
+				"url": ""
+			},
+			"arm64": {
+				"url": ""
+			}
+		},
+		"hash": {
+			"url": "",
+			"regex": ""
+		}
+	}
 }