Skip to content

Commit

Permalink
Update preview icons for SFX stubs and Installer.
Browse files Browse the repository at this point in the history
  • Loading branch information
MouriNaruto committed Sep 10, 2022
1 parent 53d6297 commit dd58549
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file modified NanaZipInstaller/NanaZipInstaller.rc
Binary file not shown.
2 changes: 1 addition & 1 deletion SevenZip/CPP/7zip/Bundles/SFXCon/resource.rc
@@ -1 +1 @@
101 ICON "../../../../../Assets/NanaZipSfx.ico"
101 ICON "../../../../../Assets/NanaZipPreviewSfx.ico"
2 changes: 1 addition & 1 deletion SevenZip/CPP/7zip/Bundles/SFXSetup/resource.rc
@@ -1,6 +1,6 @@
#include "resource.h"

IDI_ICON ICON "../../../../../Assets/NanaZipSfx.ico"
IDI_ICON ICON "../../../../../Assets/NanaZipPreviewSfx.ico"

STRINGTABLE
BEGIN
Expand Down
2 changes: 1 addition & 1 deletion SevenZip/CPP/7zip/Bundles/SFXWin/resource.rc
Expand Up @@ -7,7 +7,7 @@
#define xc 240
#define yc 64

IDI_ICON ICON "../../../../../Assets/NanaZipSfx.ico"
IDI_ICON ICON "../../../../../Assets/NanaZipPreviewSfx.ico"

IDD_EXTRACT DIALOG 0, 0, xs, ys MY_MODAL_DIALOG_STYLE MY_FONT
CAPTION "NanaZip SFX"
Expand Down

0 comments on commit dd58549

Please sign in to comment.