Skip to content

Commit

Permalink
Update chocolateyinstall.ps1
Browse files Browse the repository at this point in the history
Fix BambuLab URL
  • Loading branch information
strausmann authored Jun 9, 2024
1 parent f9bed8a commit 9f0fb37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions automatic/bambustudio/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$fileLocation = Join-Path $toolsDir 'BambuStudio.exe'

$url = 'https://github.com/bambulab/BambuStudio/releases/download/v01.09.01.66/Bambu_Studio_win_public-v01.09.01.66-20240511203248.exe'
$checksum = 'd51be9289cbdf080c47c28f6dbba4c736e162162bf5f26dd9ba13dd7e496eb3e'
$url = 'https://github.com/bambulab/BambuStudio/releases/download/v01.09.01.66/Bambu_Studio_win_public-v01.09.01.67-20240516173854.exe'
$checksum = 'A1FA7C37328D3A92C297AE92DE9665033419D3646FEE15817A738B75B91A18F2'
$ChecksumType = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit 9f0fb37

Please sign in to comment.