Skip to content

Commit

Permalink
Update builder.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xchwarze authored Mar 18, 2024
1 parent d663e16 commit 78f9e4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
$content = $content -replace '#define MySrcDir "C:\\\\code\\\\toolkit"', $srcDirReplacement
$content = $content -replace '#define MyOutputDir "C:\\\\code"', $outDirReplacement
Set-Content -Path setup.iss -Value $content
Write-Output $content
- name: Prepare directory
working-directory: ./src/bin/installer
Expand Down

0 comments on commit 78f9e4f

Please sign in to comment.