Skip to content

Commit

Permalink
Fix images path
Browse files Browse the repository at this point in the history
  • Loading branch information
Nice3point committed Dec 25, 2023
1 parent c56edd3 commit 76525b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install/Installer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
UI = WUI.WixUI_InstallDir,
Version = versions.InstallerVersion,
MajorUpgrade = MajorUpgrade.Default,
BackgroundImage = @"Installer\Resources\Icons\BackgroundImage.png",
BannerImage = @"Installer\Resources\Icons\BannerImage.png",
BackgroundImage = @"install\Resources\Icons\BackgroundImage.png",
BannerImage = @"install\Resources\Icons\BannerImage.png",
ControlPanelInfo =
{
Manufacturer = "Autodesk",
HelpLink = "https://github.com/jeremytammik/RevitLookup/issues",
ProductIcon = @"Installer\Resources\Icons\ShellIcon.ico"
ProductIcon = @"install\Resources\Icons\ShellIcon.ico"
}
};

Expand Down

0 comments on commit 76525b9

Please sign in to comment.