Skip to content

Commit

Permalink
openscad-dev@2024.07.22: Fix autoupdate.extract_dir (#1863)
Browse files Browse the repository at this point in the history
  • Loading branch information
niheaven authored Jul 24, 2024
1 parent fcbbe0f commit 260ecce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bucket/openscad-dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"64bit": {
"url": "https://files.openscad.org/snapshots/OpenSCAD-2024.07.22-x86-64.zip",
"hash": "sha512:d1d5c6281e7e2c8020a89caf3801bef15c7f58ada76b147103eb69afd4623512d0caaa18fe30fcccb9cc2a34d6820a1c9711898b10a6da519ce8b8c2aae11dce",
"extract_dir": "OpenSCAD-$matchWin64bit-x86-64"
"extract_dir": "OpenSCAD-2024.07.22-x86-64"
}
},
"shortcuts": [
Expand All @@ -24,7 +24,7 @@
"architecture": {
"64bit": {
"url": "https://files.openscad.org/snapshots/OpenSCAD-$version-x86-64.zip",
"extract_dir": "OpenSCAD-$matchWin64bit-x86-64"
"extract_dir": "OpenSCAD-$version-x86-64"
}
},
"hash": {
Expand Down

0 comments on commit 260ecce

Please sign in to comment.