From 77642aa5fabcc9f8d683b2db22cd5ead0b4b35a6 Mon Sep 17 00:00:00 2001 From: Alfred Neumayer Date: Mon, 7 Mar 2022 09:21:25 +0100 Subject: [PATCH] desktop: Fix path to bin and icon --- code.desktop | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code.desktop b/code.desktop index 1a57a5e..3e56c5c 100644 --- a/code.desktop +++ b/code.desktop @@ -1,7 +1,7 @@ [Desktop Entry] Name=Visual Studio Code -Exec=env GDK_BACKEND=x11 GDK_SCALE=2 ./code --force-device-scale-factor=2 %U -Icon=resources/app/resources/linux/code.png +Exec=env GDK_BACKEND=x11 GDK_SCALE=2 ./opt/vscode/code --force-device-scale-factor=2 %U +Icon=./opt/vscode/resources/app/resources/linux/code.png Terminal=false Type=Application X-Ubuntu-Touch=true