Przeglądaj źródła

Fix missing exe files in the kunago manifest

Miroslav Abrahám 3 lat temu
rodzic
commit
a7efe0382d
1 zmienionych plików z 6 dodań i 1 usunięć
  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.",
     "license": "Unknown",
     "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",
     "bin": [
       "kunago_file_assoc.exe",
+      "kunago_file_assoc_admin.exe",
       "kunago_mouseclick.exe",
       "kunago_SW_inventory.exe",
       "kunago_silent.exe"
@@ -19,6 +20,10 @@
         [
             "kunago_file_assoc.exe",
             "Kunago File Association"
+        ],
+        [
+            "kunago_file_assoc_admin.exe",
+            "Kunago File Association (Admin)"
         ]
     ]
 }