Skip to content
8 changes: 5 additions & 3 deletions bucket/f3d.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"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/v3.5.0/F3D-3.5.0-Windows-x86_64-raytracing.zip",
Expand Down Expand Up @@ -35,9 +40,6 @@
"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"
}
}
Expand Down
Loading