From 341ce4c9f19aa7bc270565700e7fcb685246b618 Mon Sep 17 00:00:00 2001 From: B67687 <111849193+B67687@users.noreply.github.com> Date: Thu, 30 Apr 2026 12:28:54 +0800 Subject: [PATCH 1/3] f3d: remove hash autoupdate (no .md5 file in release) --- bucket/f3d.json | 79 ++++++++++++++++++++++++------------------------- 1 file changed, 38 insertions(+), 41 deletions(-) diff --git a/bucket/f3d.json b/bucket/f3d.json index f259b33b66c94a..8fa7eb1b7feb1f 100644 --- a/bucket/f3d.json +++ b/bucket/f3d.json @@ -1,45 +1,42 @@ { - "version": "3.5.0", - "description": "A fast and minimalist 3D viewer", - "homepage": "https://f3d.app", - "license": "BSD-3-Clause", + "version": "3.5.0", + "description": "A fast and minimalist 3D viewer", + "homepage": "https://f3d.app", + "license": "BSD-3-Clause", + "architecture": { + "64bit": { + "url": "https://github.com/f3d-app/f3d/releases/download/v3.5.0/F3D-3.5.0-Windows-x86_64-raytracing.zip", + "hash": "6d28e9dd55f32429496a758c92191f805f8bb054a1866eb98921791748752594", + "extract_dir": "F3D-3.5.0-Windows-x86_64-raytracing" + } + }, + "bin": [ + [ + "bin\\f3d.exe", + "f3d" + ] + ], + "shortcuts": [ + [ + "bin\\f3d.exe", + "F3D" + ] + ], + "persist": [ + [ + "share\\f3d\\configs", + "configs" + ] + ], + "checkver": { + "github": "https://github.com/f3d-app/f3d/" + }, + "autoupdate": { "architecture": { - "64bit": { - "url": "https://github.com/f3d-app/f3d/releases/download/v3.5.0/F3D-3.5.0-Windows-x86_64-raytracing.zip", - "hash": "6d28e9dd55f32429496a758c92191f805f8bb054a1866eb98921791748752594", - "extract_dir": "F3D-3.5.0-Windows-x86_64-raytracing" - } - }, - "bin": [ - [ - "bin\\f3d.exe", - "f3d" - ] - ], - "shortcuts": [ - [ - "bin\\f3d.exe", - "F3D" - ] - ], - "persist": [ - [ - "share\\f3d\\configs", - "configs" - ] - ], - "checkver": { - "github": "https://github.com/f3d-app/f3d/" - }, - "autoupdate": { - "architecture": { - "64bit": { - "url": "https://github.com/f3d-app/f3d/releases/download/v$version/F3D-$version-Windows-x86_64-raytracing.zip", - "hash": { - "url": "$url.md5" - }, - "extract_dir": "F3D-$version-Windows-x86_64-raytracing" - } - } + "64bit": { + "url": "https://github.com/f3d-app/f3d/releases/download/v$version/F3D-$version-Windows-x86_64-raytracing.zip", + "extract_dir": "F3D-$version-Windows-x86_64-raytracing" + } } + } } From 817da72903c6faa6653da68ad83f264cc58c6248 Mon Sep 17 00:00:00 2001 From: B67687 <111849193+B67687@users.noreply.github.com> Date: Thu, 30 Apr 2026 12:38:48 +0800 Subject: [PATCH 2/3] f3d: add shell extension registration notes --- bucket/f3d.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/bucket/f3d.json b/bucket/f3d.json index 8fa7eb1b7feb1f..d8744ae37458a6 100644 --- a/bucket/f3d.json +++ b/bucket/f3d.json @@ -38,5 +38,10 @@ "extract_dir": "F3D-$version-Windows-x86_64-raytracing" } } - } + }, + "notes": [ + "Optional: enable Explorer thumbnails (requires an elevated PowerShell).", + "Register: regsvr32 \"$(scoop prefix f3d)\\bin\\F3DShellExtension.dll\"", + "Unregister: regsvr32 /u \"$(scoop prefix f3d)\\bin\\F3DShellExtension.dll\"" + ] } From a09413083e7ccdf527d40ea02561384fdab3be65 Mon Sep 17 00:00:00 2001 From: B67687 <111849193+B67687@users.noreply.github.com> Date: Thu, 30 Apr 2026 12:57:55 +0800 Subject: [PATCH 3/3] f3d: fix field order per contribution guidelines --- bucket/f3d.json | 86 ++++++++++++++++++++++++------------------------- 1 file changed, 43 insertions(+), 43 deletions(-) diff --git a/bucket/f3d.json b/bucket/f3d.json index d8744ae37458a6..b183f8adeb3cb7 100644 --- a/bucket/f3d.json +++ b/bucket/f3d.json @@ -1,47 +1,47 @@ { - "version": "3.5.0", - "description": "A fast and minimalist 3D viewer", - "homepage": "https://f3d.app", - "license": "BSD-3-Clause", - "architecture": { - "64bit": { - "url": "https://github.com/f3d-app/f3d/releases/download/v3.5.0/F3D-3.5.0-Windows-x86_64-raytracing.zip", - "hash": "6d28e9dd55f32429496a758c92191f805f8bb054a1866eb98921791748752594", - "extract_dir": "F3D-3.5.0-Windows-x86_64-raytracing" - } - }, - "bin": [ - [ - "bin\\f3d.exe", - "f3d" - ] - ], - "shortcuts": [ - [ - "bin\\f3d.exe", - "F3D" - ] - ], - "persist": [ - [ - "share\\f3d\\configs", - "configs" - ] - ], - "checkver": { - "github": "https://github.com/f3d-app/f3d/" - }, - "autoupdate": { + "version": "3.5.0", + "description": "A fast and minimalist 3D viewer", + "homepage": "https://f3d.app", + "license": "BSD-3-Clause", + "notes": [ + "Optional: enable Explorer thumbnails (requires an elevated PowerShell).", + "Register: regsvr32 \"$(scoop prefix f3d)\\bin\\F3DShellExtension.dll\"", + "Unregister: regsvr32 /u \"$(scoop prefix f3d)\\bin\\F3DShellExtension.dll\"" + ], "architecture": { - "64bit": { - "url": "https://github.com/f3d-app/f3d/releases/download/v$version/F3D-$version-Windows-x86_64-raytracing.zip", - "extract_dir": "F3D-$version-Windows-x86_64-raytracing" - } + "64bit": { + "url": "https://github.com/f3d-app/f3d/releases/download/v3.5.0/F3D-3.5.0-Windows-x86_64-raytracing.zip", + "hash": "6d28e9dd55f32429496a758c92191f805f8bb054a1866eb98921791748752594", + "extract_dir": "F3D-3.5.0-Windows-x86_64-raytracing" + } + }, + "bin": [ + [ + "bin\\f3d.exe", + "f3d" + ] + ], + "shortcuts": [ + [ + "bin\\f3d.exe", + "F3D" + ] + ], + "persist": [ + [ + "share\\f3d\\configs", + "configs" + ] + ], + "checkver": { + "github": "https://github.com/f3d-app/f3d/" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/f3d-app/f3d/releases/download/v$version/F3D-$version-Windows-x86_64-raytracing.zip", + "extract_dir": "F3D-$version-Windows-x86_64-raytracing" + } + } } - }, - "notes": [ - "Optional: enable Explorer thumbnails (requires an elevated PowerShell).", - "Register: regsvr32 \"$(scoop prefix f3d)\\bin\\F3DShellExtension.dll\"", - "Unregister: regsvr32 /u \"$(scoop prefix f3d)\\bin\\F3DShellExtension.dll\"" - ] }