From 9fe8a25768c1280acfd6e239ca60a2b2b625bb55 Mon Sep 17 00:00:00 2001 From: Valentin Radu Date: Sun, 29 Aug 2021 21:39:02 +0300 Subject: [PATCH] Fixed bug that prevented correct loading when OS build was upgraded --- ExplorerPatcher/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ExplorerPatcher/main.c b/ExplorerPatcher/main.c index f91c9bd..6ebfba4 100644 --- a/ExplorerPatcher/main.c +++ b/ExplorerPatcher/main.c @@ -574,6 +574,8 @@ int WINAPI wWinMain( if (bNeedToDownload) { + DeleteFile(wszSettingsPath); + char explorer_sb_dll[MAX_PATH]; ZeroMemory( explorer_sb_dll,