Changed shebang in launcher script

pull/3931/head
Ken VanDine 2024-12-30 14:19:42 -05:00 committed by Mitchell Hashimoto
parent eae420a241
commit 53f1b4bc15
1 changed files with 1 additions and 1 deletions

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"