Skip to content

Commit

Permalink
[email protected]: Fix extract_dir
Browse files Browse the repository at this point in the history
Fixes #14695
  • Loading branch information
aliesbelik committed Jan 7, 2025
1 parent 3cbf37c commit ccba11e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bucket/prusaslicer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"64bit": {
"url": "https://github.com/prusa3d/PrusaSlicer/releases/download/version_2.9.0/PrusaSlicer-2.9.0+win64.zip",
"hash": "facc698c7e44e329f67fd0d824aeba605c3457df52c8eac70f52bfe84094a18c",
"extract_dir": "PrusaSlicer-2.9.0+win64"
"extract_dir": "PrusaSlicer-2.9.0"
}
},
"bin": "prusa-slicer-console.exe",
Expand All @@ -25,7 +25,7 @@
"architecture": {
"64bit": {
"url": "https://github.com/prusa3d/PrusaSlicer/releases/download/version_$version/PrusaSlicer-$version+win64.zip",
"extract_dir": "PrusaSlicer-$version+win64"
"extract_dir": "PrusaSlicer-$version"
}
}
}
Expand Down

0 comments on commit ccba11e

Please sign in to comment.