Skip to content

Commit db8280a

Browse files
committed
Fix linux bookmarks
1 parent c78b34b commit db8280a

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

app/actions.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,12 +184,14 @@ function createActions ({
184184
const title = webContents.getTitle()
185185
const shortcutName = sanitize(title, { replacement: ' ' })
186186
const url = webContents.getURL()
187+
const description = `Agregore Browser - ${url}`
187188

188189
const shortcut = {
189190
filePath: appPath,
190191
outputPath: outputPath,
191192
name: shortcutName,
192-
comment: `Agregore Browser - ${url}`,
193+
comment: description,
194+
description,
193195
arguments: url
194196
}
195197

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
},
105105
"dependencies": {
106106
"@geut/hyperdrive-promise": "^3.0.1",
107-
"create-desktop-shortcuts": "^1.1.0",
107+
"create-desktop-shortcuts": "^1.4.0",
108108
"dat-fetch": "^5.1.0",
109109
"dat-sdk": "^2.1.0",
110110
"dat-sdk-old": "^1.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2244,10 +2244,10 @@ count-trailing-zeros@^1.0.1:
22442244
resolved "https://registry.yarnpkg.com/count-trailing-zeros/-/count-trailing-zeros-1.0.1.tgz#aba6c5833be410d45b1eca3e6d583844ce682c77"
22452245
integrity sha1-q6bFgzvkENRbHso+bVg4RM5oLHc=
22462246

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==
22512251

22522252
create-ecdh@^4.0.0:
22532253
version "4.0.4"

0 commit comments

Comments
 (0)