mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 17:47:22 +00:00
* feat(package: main): adding scripts/download-remote-extensions.ts Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com> * fix: renaming scripts to better reflect purpose Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com> * chore(download-remote-extensions): forcing --output argument to be abs Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com> * fix(download-remote-extensions.ts): mkdir the destination directory Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com> * chore(product.json): adding remoteExtensions to product.json Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com> * refactor(download-remote-extensions): rename mock to dummy Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com> * fix: typecheck Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com> * fix: apply @benoitf suggestions & increase coverage Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com> --------- Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com>
9 lines
188 B
JSON
9 lines
188 B
JSON
{
|
|
"name": "Podman Desktop",
|
|
"appId": "io.podman_desktop.PodmanDesktop",
|
|
"artifactName": "podman-desktop",
|
|
"urlProtocol": "podman-desktop",
|
|
"extensions": {
|
|
"remote": []
|
|
}
|
|
}
|