File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -184,12 +184,14 @@ function createActions ({
184
184
const title = webContents . getTitle ( )
185
185
const shortcutName = sanitize ( title , { replacement : ' ' } )
186
186
const url = webContents . getURL ( )
187
+ const description = `Agregore Browser - ${ url } `
187
188
188
189
const shortcut = {
189
190
filePath : appPath ,
190
191
outputPath : outputPath ,
191
192
name : shortcutName ,
192
- comment : `Agregore Browser - ${ url } ` ,
193
+ comment : description ,
194
+ description,
193
195
arguments : url
194
196
}
195
197
Original file line number Diff line number Diff line change 104
104
},
105
105
"dependencies" : {
106
106
"@geut/hyperdrive-promise" : " ^3.0.1" ,
107
- "create-desktop-shortcuts" : " ^1.1 .0" ,
107
+ "create-desktop-shortcuts" : " ^1.4 .0" ,
108
108
"dat-fetch" : " ^5.1.0" ,
109
109
"dat-sdk" : " ^2.1.0" ,
110
110
"dat-sdk-old" : " ^1.0.0" ,
Original file line number Diff line number Diff line change @@ -2244,10 +2244,10 @@ count-trailing-zeros@^1.0.1:
2244
2244
resolved "https://registry.yarnpkg.com/count-trailing-zeros/-/count-trailing-zeros-1.0.1.tgz#aba6c5833be410d45b1eca3e6d583844ce682c77"
2245
2245
integrity sha1-q6bFgzvkENRbHso+bVg4RM5oLHc=
2246
2246
2247
- create-desktop-shortcuts@^1.1 .0 :
2248
- version "1.2 .0"
2249
- resolved "https://registry.yarnpkg.com/create-desktop-shortcuts/-/create-desktop-shortcuts-1.2 .0.tgz#7f880264022171579526c640cf728baed571b0c1 "
2250
- integrity sha512-1q+3bv/JBxiuVR/DN7Ld07mny+iJopyH5YUZC9dpKOl+qdp5/usqKBixswOMjfU+sRxvNRnW0/kBdIqsOa2xqA ==
2247
+ create-desktop-shortcuts@^1.4 .0 :
2248
+ version "1.4 .0"
2249
+ resolved "https://registry.yarnpkg.com/create-desktop-shortcuts/-/create-desktop-shortcuts-1.4 .0.tgz#e65b2dd2e9e6354b4dd15463ebbb6c65ff2fba0e "
2250
+ integrity sha512-UYl5efC4mpxcrPl8FK2k6vBuTP2+a2tdIe3OaNGmRImHTDfV4tRVQFkJ8HUk5tIykHwN1nepDo53oCXyGcnXMQ ==
2251
2251
2252
2252
create-ecdh@^4.0.0 :
2253
2253
version "4.0.4"
You can’t perform that action at this time.
0 commit comments