Changed shebang in launcher script

This commit is contained in:
Ken VanDine
2024-12-30 14:19:42 -05:00
committed by Mitchell Hashimoto
parent eae420a241
commit 53f1b4bc15

View File

@ -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"