1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2025-01-01 15:12:05 +01:00

Propagate .desktop file

This commit is contained in:
aclist 2022-10-27 13:43:03 +09:00
parent 41c187a8be
commit 171d6468cd
2 changed files with 6 additions and 2 deletions

View file

@ -5,6 +5,10 @@
- Custom query API - Custom query API
- Standardize dialogs - Standardize dialogs
## [3.0.3-5] 2022-10-27
### Fixed
- Properly create .desktop file on desktop PCs
## [3.0.3-4] 2022-10-16 ## [3.0.3-4] 2022-10-16
### Fixed ### Fixed
- Steam Deck path discovery on first-time setup - Steam Deck path discovery on first-time setup

View file

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
set -o pipefail set -o pipefail
version=3.0.4 version=3.0.5
aid=221100 aid=221100
game="dayz" game="dayz"
@ -1509,7 +1509,7 @@ check_version(){
[[ -f $config_file ]] && source $config_file [[ -f $config_file ]] && source $config_file
[[ -z $branch ]] && branch="stable" [[ -z $branch ]] && branch="stable"
check_branch check_branch
[[ ! -d "$freedesktop_path" ]] && freedesktop_dirs [[ ! -f "$freedesktop_path/dzgui.desktop" ]] && freedesktop_dirs
if [[ $version == $upstream ]]; then if [[ $version == $upstream ]]; then
check_unmerged check_unmerged
else else