mirror of
https://github.com/aclist/dztui.git
synced 2024-12-28 21:32:36 +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
|
||||
is_steam_deck=1
|
||||
echo "[DZGUI] Setting architecture to 'Steam Deck'"
|
||||
[[ ! -d "$HOME/.local/share/dzgui" ]] && freedesktop_dirs
|
||||
[[ ! -d "$HOME/dzgui" ]] && freedesktop_dirs
|
||||
else
|
||||
is_steam_deck=0
|
||||
echo "[DZGUI] Setting architecture to 'desktop'"
|
||||
|
|
Loading…
Reference in a new issue