Skip to content

Commit

Permalink
AU: 1 updated - orcaslicer
Browse files Browse the repository at this point in the history
  • Loading branch information
strausmann committed Jan 8, 2024
1 parent eabe358 commit 3d3c3b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automatic/orcaslicer/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$fileName = "orca-slicer.exe"
$fileName = "OrcaSlicer\orca-slicer.exe"
$linkName = "Orca Slicer.lnk"
$programs = "$env:ProgramData\Microsoft\Windows\Start Menu\Programs\"
$shortcutFilePath = Join-Path $programs $linkName
Expand Down

0 comments on commit 3d3c3b4

Please sign in to comment.