1
0
Fork 0
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:
aclist 2022-10-23 02:22:39 +09:00 committed by GitHub
parent 258a5ad10a
commit 3503857cfd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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(){