File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ const regKeys = [
9
9
] ;
10
10
const regParts = [
11
11
{ key : 'command' , name : '' , value : `${ appPath } "%V"` } ,
12
- { name : '' , value : 'Open Hyper here' } ,
12
+ { name : '' , value : 'Open & Hyper here' } ,
13
13
{ name : 'Icon' , value : `${ appPath } ` }
14
14
] ;
15
15
Original file line number Diff line number Diff line change 1
1
!macro customInstall
2
2
WriteRegStr HKCU " Software\Classes\Directory\Background\shell\Hyper" " " " Open &Hyper here"
3
- WriteRegStr HKCU " Software\Classes\Directory\Background\shell\Hyper" " Icon" " $appExe"
4
- WriteRegStr HKCU " Software\Classes\Directory\Background\shell\Hyper\command" " " ` $appExe "%V"`
3
+ WriteRegStr HKCU " Software\Classes\Directory\Background\shell\Hyper" " Icon" ` "$appExe"`
4
+ WriteRegStr HKCU " Software\Classes\Directory\Background\shell\Hyper\command" " " ` " $appExe" "%V"`
5
5
6
6
WriteRegStr HKCU " Software\Classes\Directory\shell\Hyper" " " " Open &Hyper here"
7
- WriteRegStr HKCU " Software\Classes\Directory\shell\Hyper" " Icon" " $appExe"
8
- WriteRegStr HKCU " Software\Classes\Directory\shell\Hyper\command" " " ` $appExe "%V"`
7
+ WriteRegStr HKCU " Software\Classes\Directory\shell\Hyper" " Icon" ` "$appExe"`
8
+ WriteRegStr HKCU " Software\Classes\Directory\shell\Hyper\command" " " ` " $appExe" "%V"`
9
9
10
10
WriteRegStr HKCU " Software\Classes\Drive\shell\Hyper" " " " Open &Hyper here"
11
- WriteRegStr HKCU " Software\Classes\Drive\shell\Hyper" " Icon" " $appExe"
12
- WriteRegStr HKCU " Software\Classes\Drive\shell\Hyper\command" " " ` $appExe "%V"`
11
+ WriteRegStr HKCU " Software\Classes\Drive\shell\Hyper" " Icon" ` "$appExe"`
12
+ WriteRegStr HKCU " Software\Classes\Drive\shell\Hyper\command" " " ` " $appExe" "%V"`
13
13
!macroend
14
14
15
15
!macro customUnInstall
You can’t perform that action at this time.
0 commit comments