diff --git a/apps/VSCodium.md b/apps/VSCodium.md new file mode 100644 index 0000000000..b11a731941 --- /dev/null +++ b/apps/VSCodium.md @@ -0,0 +1,50 @@ +--- +layout: app + +permalink: /VSCodium/ +description: Code Editing. Redefined. +license: MIT + +icons: + - VSCodium/icons/128x128/vscodium.png + +screenshots: + - VSCodium/screenshot.png + +authors: + - name: stripedpajamas + url: https://github.com/stripedpajamas + +links: + - type: GitHub + url: stripedpajamas/vscodium + - type: Download + url: https://github.com/stripedpajamas/vscodium/releases + +desktop: + Desktop Entry: + Name: VSCodium + Comment: Code Editing. Redefined. + GenericName: Text Editor + Exec: vscodium --unity-launch %F + Icon: vscodium + Type: Application + StartupNotify: false + StartupWMClass: VSCodium + Categories: Utility + MimeType: text/plain + Actions: new-empty-window + Keywords: vscode + X-AppImage-Version: 1.33.1-1555435011.glibc2.17 + Desktop Action new-empty-window: + Name: New Empty Window + Exec: vscodium --new-window %F + Icon: vscodium + AppImageHub: + X-AppImage-Signature: no valid OpenPGP data found. the signature could not be verified. + Please remember that the signature file (.sig or .asc) should be the first file + given on the command line. + X-AppImage-Type: 2 + X-AppImage-Architecture: x86_64 + X-AppImage-Payload-License: MIT +--- diff --git a/data/VSCodium b/data/VSCodium new file mode 100644 index 0000000000..f7b9859844 --- /dev/null +++ b/data/VSCodium @@ -0,0 +1,2 @@ +https://github.com/stripedpajamas/vscodium +# diff --git a/database/VSCodium/icons/128x128/vscodium.png b/database/VSCodium/icons/128x128/vscodium.png new file mode 100644 index 0000000000..aa8fdccba5 Binary files /dev/null and b/database/VSCodium/icons/128x128/vscodium.png differ diff --git a/database/VSCodium/screenshot.png b/database/VSCodium/screenshot.png new file mode 100644 index 0000000000..f118a0c9e9 Binary files /dev/null and b/database/VSCodium/screenshot.png differ diff --git a/database/VSCodium/vscodium.desktop b/database/VSCodium/vscodium.desktop new file mode 100644 index 0000000000..e3ecf1dbb5 --- /dev/null +++ b/database/VSCodium/vscodium.desktop @@ -0,0 +1,28 @@ +[Desktop Entry] +Name=VSCodium +Comment=Code Editing. Redefined. +GenericName=Text Editor +Exec=vscodium --unity-launch %F +Icon=vscodium +Type=Application +StartupNotify=false +StartupWMClass=VSCodium +Categories=Utility;TextEditor;Development;IDE; +MimeType=text/plain;inode/directory; +Actions=new-empty-window; +Keywords=vscode; + +X-AppImage-Version=1.33.1-1555435011.glibc2.17 + +[Desktop Action new-empty-window] +Name=New Empty Window +Exec=vscodium --new-window %F +Icon=vscodium + +[AppImageHub] +# Dear upstream developer, please include update information in your AppImage +# (e.g., with appimagetool -u) so that users can easily update the AppImage +X-AppImage-Signature=no valid OpenPGP data found. the signature could not be verified. Please remember that the signature file (.sig or .asc) should be the first file given on the command line. +X-AppImage-Type=2 +X-AppImage-Architecture=x86_64 +X-AppImage-Payload-License=MIT