mirror of
https://github.com/aclist/dztui.git
synced 2024-12-28 21:32:36 +01:00
Propagate .desktop file
This commit is contained in:
parent
41c187a8be
commit
171d6468cd
2 changed files with 6 additions and 2 deletions
|
@ -5,6 +5,10 @@
|
|||
- Custom query API
|
||||
- Standardize dialogs
|
||||
|
||||
## [3.0.3-5] 2022-10-27
|
||||
### Fixed
|
||||
- Properly create .desktop file on desktop PCs
|
||||
|
||||
## [3.0.3-4] 2022-10-16
|
||||
### Fixed
|
||||
- Steam Deck path discovery on first-time setup
|
||||
|
|
4
dzgui.sh
4
dzgui.sh
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -o pipefail
|
||||
version=3.0.4
|
||||
version=3.0.5
|
||||
|
||||
aid=221100
|
||||
game="dayz"
|
||||
|
@ -1509,7 +1509,7 @@ check_version(){
|
|||
[[ -f $config_file ]] && source $config_file
|
||||
[[ -z $branch ]] && branch="stable"
|
||||
check_branch
|
||||
[[ ! -d "$freedesktop_path" ]] && freedesktop_dirs
|
||||
[[ ! -f "$freedesktop_path/dzgui.desktop" ]] && freedesktop_dirs
|
||||
if [[ $version == $upstream ]]; then
|
||||
check_unmerged
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue