Skip to content

Commit

Permalink
Fix: This is going to work.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wraient committed Oct 26, 2024
1 parent e05c602 commit ad20702
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
dir
echo "Building the Windows binary..."
$outputDir = "D:\a\curd\curd\Build\Build"
$outputDir = "D:\a\curd\curd\Build\"
if (-Not (Test-Path $outputDir)) {
New-Item -ItemType Directory -Path $outputDir
Expand Down
4 changes: 2 additions & 2 deletions Build/curd-windows-build.iss
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Name: "desktopicon"; Description: "Create a &desktop shortcut"; GroupDescription

[Files]
; Copy the Curd executable to the install directory
Source: "Build\curd.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "Build\mpv.exe"; DestDir: "{app}\bin"; Flags: ignoreversion
Source: "curd.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "mpv.exe"; DestDir: "{app}\bin"; Flags: ignoreversion

[Icons]
; Create the application icon in the Start Menu
Expand Down

0 comments on commit ad20702

Please sign in to comment.