Skip to content

Commit

Permalink
Manual Update Bambu Studio
Browse files Browse the repository at this point in the history
  • Loading branch information
strausmann committed Jun 11, 2024
1 parent 1378819 commit da658d8
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.67-20240516173854.exe'
$checksum = 'A1FA7C37328D3A92C297AE92DE9665033419D3646FEE15817A738B75B91A18F2'
$url = 'https://github.com/bambulab/BambuStudio/releases/download/untagged-1a75cd1d9d18ef2af9d1/Bambu_Studio_win_public-v01.09.02.57-20240607194639.exe'
$checksum = 'FC0BC24352D08648636A0728BD98C550BB07175EB6817D595ACF51587351AF57'
$ChecksumType = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit da658d8

Please sign in to comment.