瀏覽代碼

Fix missing exe files in the kunago manifest

Miroslav Abrahám 3 年之前
父節點
當前提交
a7efe0382d
共有 1 個文件被更改,包括 6 次插入1 次删除
  1. 6 1
      bucket/kunago.json

+ 6 - 1
bucket/kunago.json

@@ -1,5 +1,5 @@
 {
 {
-    "version": "2022.01.12",
+    "version": "2022.01.12r2",
     "description": "A set of programs used by kunago, myself.",
     "description": "A set of programs used by kunago, myself.",
     "license": "Unknown",
     "license": "Unknown",
     "homepage": "https://www.kunago.com",
     "homepage": "https://www.kunago.com",
@@ -7,6 +7,7 @@
     "url": "https://git.apason.cz/kunago/bin-kunago/raw/tag/2022.01.12/scoop-bin-kunago.7z",
     "url": "https://git.apason.cz/kunago/bin-kunago/raw/tag/2022.01.12/scoop-bin-kunago.7z",
     "bin": [
     "bin": [
       "kunago_file_assoc.exe",
       "kunago_file_assoc.exe",
+      "kunago_file_assoc_admin.exe",
       "kunago_mouseclick.exe",
       "kunago_mouseclick.exe",
       "kunago_SW_inventory.exe",
       "kunago_SW_inventory.exe",
       "kunago_silent.exe"
       "kunago_silent.exe"
@@ -19,6 +20,10 @@
         [
         [
             "kunago_file_assoc.exe",
             "kunago_file_assoc.exe",
             "Kunago File Association"
             "Kunago File Association"
+        ],
+        [
+            "kunago_file_assoc_admin.exe",
+            "Kunago File Association (Admin)"
         ]
         ]
     ]
     ]
 }
 }