mirror of
https://github.com/aclist/dztui.git
synced 2024-12-28 13:22:35 +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
|
### Fixed
|
||||||
- Empty dialog popups if user manually deletes local mods while application is running
|
- 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
|
- Abort DayZ path discovery if VDF if Steam files are not synched
|
||||||
|
- Avoid sudo escalation if system map count is sufficient (jiriks74)
|
||||||
### Changed
|
### Changed
|
||||||
- Admonish user to restart Steam in error dialog if DayZ path could not be found
|
- 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
|
#!/usr/bin/env bash
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|
||||||
version=5.6.0-beta.17
|
version=5.6.0-beta.18
|
||||||
|
|
||||||
#CONSTANTS
|
#CONSTANTS
|
||||||
aid=221100
|
aid=221100
|
||||||
|
|
Loading…
Reference in a new issue