mirror of
https://github.com/aclist/dztui.git
synced 2025-01-01 15:12:05 +01:00
Update path
This commit is contained in:
parent
0cf150fe9e
commit
48a0350974
1 changed files with 1 additions and 1 deletions
2
dzgui.sh
2
dzgui.sh
|
@ -831,7 +831,7 @@ check_architecture(){
|
||||||
if [[ -n "$cpu" ]]; then
|
if [[ -n "$cpu" ]]; then
|
||||||
is_steam_deck=1
|
is_steam_deck=1
|
||||||
echo "[DZGUI] Setting architecture to 'Steam Deck'"
|
echo "[DZGUI] Setting architecture to 'Steam Deck'"
|
||||||
[[ ! -d "$HOME/.local/share/dzgui" ]] && freedesktop_dirs
|
[[ ! -d "$HOME/dzgui" ]] && freedesktop_dirs
|
||||||
else
|
else
|
||||||
is_steam_deck=0
|
is_steam_deck=0
|
||||||
echo "[DZGUI] Setting architecture to 'desktop'"
|
echo "[DZGUI] Setting architecture to 'desktop'"
|
||||||
|
|
Loading…
Reference in a new issue