Changed shebang in launcher script

pull/3931/head
Ken VanDine 2024-12-30 14:19:42 -05:00 committed by Mitchell Hashimoto
parent e6c9dc7040
commit d06d6796c5
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"