From 9beeaef01621fa28f39a8295597af01c4fbf2352 Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Mon, 9 Mar 2020 21:51:14 +0100 Subject: [PATCH] Minor correction to sync design file --- Build/notepad3_setup.iss | 1 - Build/notepad3_x86_setup.iss | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Build/notepad3_setup.iss b/Build/notepad3_setup.iss index dc0847e9c..5b27d505b 100644 --- a/Build/notepad3_setup.iss +++ b/Build/notepad3_setup.iss @@ -386,7 +386,6 @@ begin RegWriteStringValue(HKCR, '*\shell\Open with Notepad3', 'Icon', ExpandConstant('{app}\Notepad3.exe,0')); RegWriteStringValue(HKCR, '*\shell\Open with Notepad3\command', '', ExpandConstant('"{app}\Notepad3.exe" "%1"')); - end; diff --git a/Build/notepad3_x86_setup.iss b/Build/notepad3_x86_setup.iss index a81cda1d3..cfa0cb7a8 100644 --- a/Build/notepad3_x86_setup.iss +++ b/Build/notepad3_x86_setup.iss @@ -1,6 +1,6 @@ ;* Notepad3 - Installer script ;* -;* (c) Rizonesoft 2008-2020 +;* (c) Rizonesoft 2008-2020 ; Requirements: ; Inno Setup: http://www.jrsoftware.org/isdl.php @@ -171,6 +171,7 @@ Source: Docs\uthash\utlist.txt; DestDir: {ap Source: Docs\uthash\utringbuffer.txt; DestDir: {app}\Docs\uthash; Flags: ignoreversion Source: Docs\uthash\utstring.txt; DestDir: {app}\Docs\uthash; Flags: ignoreversion + [Dirs] Name: "{userappdata}\Rizonesoft\Notepad3\Favorites" Name: "{userappdata}\Rizonesoft\Notepad3\themes" @@ -341,8 +342,7 @@ begin RegWriteStringValue(HKCR, '*\shell\Open with Notepad3', 'Icon', ExpandConstant('{app}\Notepad3.exe,0')); RegWriteStringValue(HKCR, '*\shell\Open with Notepad3\command', '', ExpandConstant('"{app}\Notepad3.exe" "%1"')); - - end; +end; procedure CleanUpSettings();