[arch-commits] Commit in code/trunk (PKGBUILD)

Filipe Laíns ffy00 at archlinux.org
Tue Oct 15 08:34:39 UTC 2019


    Date: Tuesday, October 15, 2019 @ 08:34:38
  Author: ffy00
Revision: 516105

fix not starting when launched by the desktop file (1.39.1-2)

Fixes FS#64129

Modified:
  code/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-15 08:01:32 UTC (rev 516104)
+++ PKGBUILD	2019-10-15 08:34:38 UTC (rev 516105)
@@ -10,7 +10,7 @@
 #   - dubnium: 10
 # Important: Remember to check https://github.com/microsoft/vscode/blob/master/.yarnrc (choose correct tag) for target electron version
 pkgver=1.39.1
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='https://github.com/microsoft/vscode'
 license=('MIT')
@@ -74,6 +74,7 @@
           s|@@NAME_LONG@@|Code - OSS|g
           s|@@NAME@@|code-oss|g
           s|@@ICON@@|code-oss|g
+          s|@@EXEC@@|/usr/bin/code-oss|g
           s|@@LICENSE@@|MIT|g
           s|@@URLPROTOCOL@@|vscode|g
           s|inode/directory;||' resources/linux/code{.appdata.xml,.desktop,-url-handler.desktop}



More information about the arch-commits mailing list