mirror of
https://github.com/wavetermdev/dev.commandline.waveterm.git
synced 2026-08-05 13:46:53 -07:00
switch from tar to deb
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
[Desktop Entry]
|
||||
Name=Visual Studio Code
|
||||
Comment=Code Editing. Redefined.
|
||||
GenericName=Text Editor
|
||||
Exec=code --reuse-window %F
|
||||
Icon=com.visualstudio.code
|
||||
Type=Application
|
||||
StartupNotify=true
|
||||
StartupWMClass=Code
|
||||
Categories=Utility;TextEditor;Development;IDE;
|
||||
MimeType=text/plain;inode/directory;
|
||||
Actions=new-empty-window;
|
||||
Keywords=vscode;
|
||||
|
||||
[Desktop Action new-empty-window]
|
||||
Name=New Empty Window
|
||||
Exec=code --new-window %F
|
||||
Icon=com.visualstudio.code
|
||||
Reference in New Issue
Block a user