Skip to content

Commit

Permalink
use relpath for icon resource
Browse files Browse the repository at this point in the history
  • Loading branch information
no-lex committed Dec 28, 2023
1 parent 8dff262 commit 4f09d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vcpp/imprimis/imprimis.rc
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ END

// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
IDI_ICON1 ICON "C:\\Users\\123af\\source\\repos\\imprimis\\vcpp\\icon.ico"
IDI_ICON1 ICON "..\\icon.ico"

#endif // English (United States) resources
/////////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 4f09d24

Please sign in to comment.