1
0
Fork 0
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:
aclist 2024-09-25 23:11:28 +09:00 committed by GitHub
commit 45ab112970
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -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"