mirror of
https://github.com/aclist/dztui.git
synced 2024-12-27 21:02:36 +01:00
Merge branch 'dzgui' into release/5.4.1
This commit is contained in:
commit
45ab112970
2 changed files with 3 additions and 2 deletions
|
@ -21,6 +21,7 @@
|
|||
- Detect Steam Deck OLED APU variant during initial setup
|
||||
- Encapsulate player names correctly so that names with whitespace in them are supported
|
||||
- Test if DayZ directory is empty at startup, implying that the game was moved to a new library collection
|
||||
- Report WM_CLASS name to the window manager
|
||||
|
||||
## [5.3.2] 2024-07-02
|
||||
### Fixed
|
||||
|
|
4
dzgui.sh
4
dzgui.sh
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
set -o pipefail
|
||||
|
||||
version=5.4.1-beta.3
|
||||
version=5.4.1
|
||||
|
||||
#CONSTANTS
|
||||
aid=221100
|
||||
|
@ -549,7 +549,7 @@ fetch_icons(){
|
|||
"128"
|
||||
"256"
|
||||
)
|
||||
url="$testing_url/images/icons"
|
||||
url="$stable_url/images/icons"
|
||||
for i in "${res[@]}"; do
|
||||
size="${i}x${i}"
|
||||
dir="$HOME/.local/share/icons/hicolor/$size/apps"
|
||||
|
|
Loading…
Reference in a new issue