mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
66b0c066de
This is required for the current version of the desktop app to work, as it tries to call the `devpod-cli` binary
This also updates the .desktop file to match upstream and adds a missing dependency
(cherry picked from commit d14afaca24)
Co-authored-by: Alberto García <4411661+GarciaLnk@users.noreply.github.com>
11 lines
204 B
Desktop File
11 lines
204 B
Desktop File
[Desktop Entry]
|
|
Version=1.0
|
|
Type=Application
|
|
Name=DevPod
|
|
Comment=Spin up dev environments in any infra
|
|
Exec=dev-pod-desktop
|
|
Icon=dev-pod-desktop
|
|
Terminal=false
|
|
StartupNotify=false
|
|
Categories=Development;
|