diff options
author | B. Watson <yalhcru@gmail.com> | 2020-01-17 10:51:44 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-18 12:25:22 +0700 |
commit | 8cdc95360034d2f44f19e2778b5baf7823b1c0c2 (patch) | |
tree | 26cfdef4a5f333b5939e3ca3f47e300f2af8b769 | |
parent | 36de881a7c3dfb3db589a31e20835b7a84af502a (diff) | |
download | slackbuilds-8cdc95360034d2f44f19e2778b5baf7823b1c0c2.tar.gz |
development/vscode-bin: Make .desktop file validate.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r-- | development/vscode-bin/vscode-bin.desktop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/vscode-bin/vscode-bin.desktop b/development/vscode-bin/vscode-bin.desktop index fa2bd08fa1..54b9ed0d24 100644 --- a/development/vscode-bin/vscode-bin.desktop +++ b/development/vscode-bin/vscode-bin.desktop @@ -3,4 +3,4 @@ Name=Visual Studio Code Exec=/usr/bin/code Icon=/usr/share/icons/hicolor/1024x1024/apps/code.png Type=Application -Categories=Development;Programming
\ No newline at end of file +Categories=Development; |