Skip to content

Commit 670be62

Browse files
authored
[email protected]: Fix shortcut (#14381)
The shortcut is "OpenAI Translator.exe" now, other than "app.exe".
1 parent 06a491f commit 670be62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bucket/openai-translator.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"post_install": "@('$PLUGINSDIR', '$TEMP', 'uninstall.exe') | ForEach-Object { Remove-Item \"$dir\\$_\" -Recurse -Force }",
1313
"shortcuts": [
1414
[
15-
"app.exe",
15+
"OpenAI Translator.exe",
1616
"OpenAI Translator"
1717
]
1818
],

0 commit comments

Comments
 (0)