Minor correction to sync design file

This commit is contained in:
Pairi Daiza 2020-03-09 21:51:14 +01:00
parent a65da3c82c
commit 9beeaef016
2 changed files with 3 additions and 4 deletions

View File

@ -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;

View File

@ -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();