Skip to content

Commit

Permalink
build: fix windows workflow for new output directory
Browse files Browse the repository at this point in the history
  • Loading branch information
qdot committed Nov 17, 2023
1 parent dd76326 commit cac010c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/central.yml
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
certificate: '${{ secrets.NPLABS_WINDOWS_202205_CERT }}'
password: '${{ secrets.NPLABS_WINDOWS_202205_KEY }}'
folder: '.\build\windows\runner\Release'
folder: '.\build\windows\x64\runner\Release'
recursive: false
files: |
intiface_central.exe
Expand Down
6 changes: 3 additions & 3 deletions intiface-central-installer.iss
Expand Up @@ -34,9 +34,9 @@ Name: "{localappdata}\IntifaceCentral"
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked

[Files]
Source: "build\windows\runner\{#Configuration}\*.exe"; DestDir: "{app}"
Source: "build\windows\runner\{#Configuration}\*.dll"; DestDir: "{app}"
Source: "build\windows\runner\{#Configuration}\data\*.*"; DestDir: "{app}\data"; Flags: recursesubdirs
Source: "build\windows\x64\runner\{#Configuration}\*.exe"; DestDir: "{app}"
Source: "build\windows\x64\runner\{#Configuration}\*.dll"; DestDir: "{app}"
Source: "build\windows\x64\runner\{#Configuration}\data\*.*"; DestDir: "{app}\data"; Flags: recursesubdirs
Source: "Readme.md"; DestDir: "{app}"; DestName: "Readme.txt"
// Source: "LICENSE"; DestDir: "{app}"; DestName: "License.txt"

Expand Down

0 comments on commit cac010c

Please sign in to comment.