diff --git a/devpod-wrapper b/devpod-wrapper index dd79c45..5b1d143 100644 --- a/devpod-wrapper +++ b/devpod-wrapper @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash # Parse the env var DEVPOD_ADDITIONAL_ENV_VARS set by the desktop application when calling the CLI to propogate env vars back to the host from the sandbox function env_to_args() { @@ -43,4 +43,4 @@ else fi # We need to have it into this path so that the host is able to open it with flatpak-spawn -/usr/bin/flatpak-spawn $(env_to_args) --host "${XDG_DATA_HOME}/devpod-cli" "$@" \ No newline at end of file +/usr/bin/flatpak-spawn $(env_to_args) --host "${XDG_DATA_HOME}/devpod-cli" "$@" diff --git a/sh.loft.devpod.yaml b/sh.loft.devpod.yaml index b00114a..ac56e18 100644 --- a/sh.loft.devpod.yaml +++ b/sh.loft.devpod.yaml @@ -1,7 +1,7 @@ id: sh.loft.devpod runtime: org.gnome.Platform -runtime-version: '47' +runtime-version: '49' sdk: org.gnome.Sdk command: "sh.loft.devpod"