mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
Minor correction to sync design file
This commit is contained in:
parent
a65da3c82c
commit
9beeaef016
@ -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;
|
||||
|
||||
|
||||
|
||||
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user