From d6655e4067a34150553350309c3271a678e1e9cf Mon Sep 17 00:00:00 2001 From: Adil <80524770+adilahmeddev@users.noreply.github.com> Date: Mon, 23 Dec 2024 21:59:43 +0000 Subject: [PATCH] Update odin.json Scoop was having trouble locating odin.exe, this is fixed if you specify the "extract_dir". --- bucket/odin.json | 1 + 1 file changed, 1 insertion(+) diff --git a/bucket/odin.json b/bucket/odin.json index 3ee6e0a8c7d..ada97c8594e 100644 --- a/bucket/odin.json +++ b/bucket/odin.json @@ -10,6 +10,7 @@ "hash": "86130c73faaaad3838fef68988e54ea8fc6cdd0f7927261011b14eee9fb9d85a" } }, + "extract_dir":"dist", "bin": "odin.exe", "checkver": { "url": "https://github.com/odin-lang/Odin/releases/latest",