Skip to content

Commit

Permalink
ci: fixing path for devcon.exe in exe build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bpetit committed Feb 9, 2024
1 parent 01ca377 commit d77f82d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packaging/windows/installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ Source: "../../ScaphandreDrv.sys"; DestDir: "{app}";
Source: "../../ScaphandreDrv.cat"; DestDir: "{app}";
; Source: "../../ScaphandreDrv.cat"; DestDir: "{#SystemFolder}";
; Source: "../../ScaphandreDrv.cat"; DestDir: "{#System64Folder}";
Source: "../../devcon.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "../../certmgr.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Program Files (x86)\Windows Kits\10\Tools\10.0.22621.0\x64\devcon.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Program Files (x86)\Windows Kits\10\bin\10.0.22621.0\x64\certmgr.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "../../README.md"; DestDir: "{app}"; Flags: ignoreversion
Source: "../../CHANGELOG.md"; DestDir: "{app}"; Flags: ignoreversion
Source: "../../ScaphandreDrvTest.cer"; DestDir: "{app}"; Flags: ignoreversion
Expand Down

0 comments on commit d77f82d

Please sign in to comment.