mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-27 13:40:25 +00:00
* snap: add assets verbatim
Providing the desktop files in snap/gui will have snapcraft copy over
those assets into the snaps meta/gui verbatim.
Addtionally, add a leading ${SNAP} to the Icon entry which was also
moved to snap/gui for the "package" to have an icon by default
(which is important when sideloading).
Signed-off-by: Sergio Schvezov <sergio.schvezov@canonical.com>
* escape
* fix snapcraft.yml
* use @@EXEC@@ in desktop files
* fix bad path
* fix snap desktop file
13 lines
306 B
Desktop File
13 lines
306 B
Desktop File
[Desktop Entry]
|
|
Name=@@NAME_LONG@@ - URL Handler
|
|
Comment=Code Editing. Redefined.
|
|
GenericName=Text Editor
|
|
Exec=@@EXEC@@ --open-url %U
|
|
Icon=@@ICON@@
|
|
Type=Application
|
|
NoDisplay=true
|
|
StartupNotify=true
|
|
Categories=Utility;TextEditor;Development;IDE;
|
|
MimeType=x-scheme-handler/@@URLPROTOCOL@@;
|
|
Keywords=vscode;
|