diff options
| author | Ken VanDine <ken@vandine.org> | 2024-12-30 14:19:42 -0500 |
|---|---|---|
| committer | Mitchell Hashimoto <m@mitchellh.com> | 2025-02-15 07:06:40 -0800 |
| commit | d06d6796c5e93afdb191d744305bb61ac1c0f45a (patch) | |
| tree | 9d7ebc32807cead98581ee9e3cd5bb5e4f2b4d44 | |
| parent | e6c9dc7040873abe629d8fb98bd0510852ab31bb (diff) | |
Changed shebang in launcher script
| -rwxr-xr-x | snap/local/launcher | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/snap/local/launcher b/snap/local/launcher index 29c0f5c8f..36e87fd0c 100755 --- a/snap/local/launcher +++ b/snap/local/launcher @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/bin/sh export XDG_CONFIG_HOME="$SNAP_REAL_HOME/.config" export XDG_DATA_HOME="$SNAP_REAL_HOME/.local/share" |
