mirror of
https://github.com/aclist/dztui.git
synced 2025-01-01 15:12:05 +01:00
Automod v.2 backend preparation
This commit is contained in:
parent
258a5ad10a
commit
3503857cfd
1 changed files with 4 additions and 1 deletions
5
dzgui.sh
5
dzgui.sh
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -o pipefail
|
||||
version=3.1.0-rc.2
|
||||
version=3.1.0-rc.3
|
||||
|
||||
aid=221100
|
||||
game="dayz"
|
||||
|
@ -194,6 +194,9 @@ auto_install="$auto_install"
|
|||
|
||||
#Automod staging directory
|
||||
staging_dir="$staging_dir"
|
||||
|
||||
#Path to default Steam client
|
||||
default_steam_path=$default_steam_path
|
||||
END
|
||||
}
|
||||
write_desktop_file(){
|
||||
|
|
Loading…
Reference in a new issue