Add updated VSCode
This commit is contained in:
parent
d40916c963
commit
d0574e433a
@ -66,3 +66,9 @@
|
||||
|
||||
["xyproto/gendesk"]
|
||||
asset_filters = [ "static" ]
|
||||
|
||||
["neovide/neovide"]
|
||||
|
||||
["valicm/VSCode-AppImage"]
|
||||
asset_filters = [ ".AppImage", "^zsync" ]
|
||||
target = "~/.local/bin/code"
|
@ -49,5 +49,13 @@ rsync --remove-source-files $(fd --glob "*.so*") ../lib
|
||||
gendesk -f -n --pkgname "firefox" --name "Firefox" --exec "firefox" --icon "firefox" --categories "Network" --comment "Firefox Web Browser" --genericname "Web Browser"
|
||||
rsync --remove-source-files firefox.desktop ../share/applications
|
||||
|
||||
# Gen Desktop file for neovide
|
||||
gendesk -f -n --pkgname "neovide" --name "Neovide" --exec "neovide" --icon "neovide" --categories "TextEditor;Development" --comment "Neovim GUI" --genericname "Neovim GUI"
|
||||
rsync --remove-source-files neovide.desktop ../share/applications
|
||||
|
||||
# Gen Desktop file for code
|
||||
gendesk -f -n --pkgname "code" --name "Visual Studio Code" --exec "code" --icon "vscode" --categories "TextEditor;Development" --comment "Visual Studio Code" --genericname "Code Editor"
|
||||
rsync --remove-source-files code.desktop ../share/applications
|
||||
|
||||
# Unchange directory
|
||||
popd > /dev/null
|
Loading…
x
Reference in New Issue
Block a user