Skip to content

Commit c8b474c

Browse files
committed
fix: Update icon path in Windows resource file for rpi-imager
- Changed the icon path in rpi-imager.rc.in from "../icons/rpi-imager.ico" to "../src/icons/rpi-imager.ico" to reflect the new directory structure.
1 parent 35c16d2 commit c8b474c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/windows/rpi-imager.rc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include <windows.h>
22

3-
IDI_ICON1 ICON DISCARDABLE "../icons/rpi-imager.ico"
3+
IDI_ICON1 ICON DISCARDABLE "../src/icons/rpi-imager.ico"
44
CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "rpi-imager.manifest"
55

66
1 VERSIONINFO

0 commit comments

Comments
 (0)