vscode: remove deprecated --unity-launch flag from desktop file

This commit is contained in:
deimonn 2024-06-10 11:53:26 -03:00 committed by classabbyamp
parent 8113da3997
commit f119e3e4f4
2 changed files with 2 additions and 2 deletions

View file

@ -33,7 +33,7 @@ index 4c939a2fab8..1f94f5fccfb 100755
Comment=Code Editing. Redefined. Comment=Code Editing. Redefined.
GenericName=Text Editor GenericName=Text Editor
-Exec=@@EXEC@@ %F -Exec=@@EXEC@@ %F
+Exec=/usr/lib/@@NAME@@/bin/@@NAME@@ --unity-launch %F +Exec=/usr/lib/@@NAME@@/bin/@@NAME@@ %F
Icon=@@ICON@@ Icon=@@ICON@@
Type=Application Type=Application
StartupNotify=false StartupNotify=false

View file

@ -1,7 +1,7 @@
# Template file for 'vscode' # Template file for 'vscode'
pkgname=vscode pkgname=vscode
version=1.90.0 version=1.90.0
revision=1 revision=2
_electronver=24.3.0 _electronver=24.3.0
_npmver=8.6.0 _npmver=8.6.0
hostmakedepends="pkg-config python3 python3-setuptools nodejs yarn tar git ripgrep" hostmakedepends="pkg-config python3 python3-setuptools nodejs yarn tar git ripgrep"