desktop: Fix path to bin and icon

This commit is contained in:
Alfred Neumayer 2022-03-07 09:21:25 +01:00
parent 7cd8f37e86
commit 77642aa5fa

View File

@ -1,7 +1,7 @@
[Desktop Entry] [Desktop Entry]
Name=Visual Studio Code Name=Visual Studio Code
Exec=env GDK_BACKEND=x11 GDK_SCALE=2 ./code --force-device-scale-factor=2 %U Exec=env GDK_BACKEND=x11 GDK_SCALE=2 ./opt/vscode/code --force-device-scale-factor=2 %U
Icon=resources/app/resources/linux/code.png Icon=./opt/vscode/resources/app/resources/linux/code.png
Terminal=false Terminal=false
Type=Application Type=Application
X-Ubuntu-Touch=true X-Ubuntu-Touch=true