Skip to content

Commit

Permalink
fix CI script errors (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
radj307 committed Sep 23, 2023
1 parent 7e1ad3c commit b48bccb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<PropertyGroup>
<Configuration>Release-ForInstaller</Configuration>
<Platform>Any CPU</Platform>
<PublishDir>..\publish\</PublishDir>
<PublishDir>..\publish\installer\</PublishDir>
<PublishProtocol>FileSystem</PublishProtocol>
<_TargetId>Folder</_TargetId>
<TargetFramework>net6.0-windows</TargetFramework>
Expand Down
2 changes: 1 addition & 1 deletion vcsetup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Name: "portuguese"; MessagesFile: "compiler:Languages\Portuguese.isl"
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked

[Files]
Source: "publish\{#AppExeName}"; DestDir: "{app}"; Flags: ignoreversion
Source: "publish\installer\{#AppExeName}"; DestDir: "{app}"; Flags: ignoreversion
Source: "VolumeControl\Resources\icons\iconSilvered.ico"; DestDir: "{app}"; Flags: ignoreversion

[Icons]
Expand Down

0 comments on commit b48bccb

Please sign in to comment.