mirror of
https://github.com/aclist/dztui.git
synced 2024-12-27 21:02:36 +01:00
chore: bump version
This commit is contained in:
parent
471cfec94b
commit
99d964bf44
2 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
|||
### Fixed
|
||||
- Empty dialog popups if user manually deletes local mods while application is running
|
||||
- Abort DayZ path discovery if VDF if Steam files are not synched
|
||||
- Avoid sudo escalation if system map count is sufficient (jiriks74)
|
||||
### Changed
|
||||
- Admonish user to restart Steam in error dialog if DayZ path could not be found
|
||||
|
||||
|
|
2
dzgui.sh
2
dzgui.sh
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
set -o pipefail
|
||||
|
||||
version=5.6.0-beta.17
|
||||
version=5.6.0-beta.18
|
||||
|
||||
#CONSTANTS
|
||||
aid=221100
|
||||
|
|
Loading…
Reference in a new issue