Commit 1e2599e

kravantokh <kravantokh@noreply.codeberg.org>
2026-02-13 12:28:08
Add dotnet10 for FancyWM.
1 parent 60fc2a4
Changed files (1)
bucket/fancywm.json
@@ -1,14 +1,17 @@
 {
-    "version": "2.18.4",
-    "description": "FancyWM - Dynamic Tiling Window Manager for Windows",
-    "homepage": "https://github.com/FancyWM/fancywm",
-    "license": "PolyForm Perimeter License 1.0.1",
-    "notes": "",
-    "architecture": {
-        "64bit": {
-            "url": "https://github.com/FancyWM/fancywm/releases/download/v2.18.4/FancyWM.Release.x64.zip",
-            "hash": "81cd5164382e342bdd347bd38b51d592aa1f72a5fc6f6e9eaa0bf096d218a7c7"
-        }
-    },
-    "bin": "FancyWM.exe"
+	"version": "2.18.4",
+	"description": "FancyWM - Dynamic Tiling Window Manager for Windows",
+	"homepage": "https://github.com/FancyWM/fancywm",
+	"license": "PolyForm Perimeter License 1.0.1",
+	"notes": "",
+	"depends" :[
+		"versions/windowsdesktop-runtime-10.0"
+	],
+	"architecture": {
+		"64bit": {
+			"url": "https://github.com/FancyWM/fancywm/releases/download/v2.18.4/FancyWM.Release.x64.zip",
+			"hash": "81cd5164382e342bdd347bd38b51d592aa1f72a5fc6f6e9eaa0bf096d218a7c7"
+		}
+	},
+	"bin": "FancyWM.exe"
 }