mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
vscode: remove deprecated --unity-launch flag from desktop file
This commit is contained in:
parent
8113da3997
commit
f119e3e4f4
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue