summarylogtreecommitdiffstats
path: root/transition.conf
blob: bf7ae8141bd0f12510ec2bfca527d667e5282dfd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
game_name = "DofusBeta"
update.game.id = "dofus2-beta"

update.projects = ["game"]

include "transition/transition.ici"
include "share/dofus.ici"

# Use the DBus service, which seems to work better, instead of sudo
plugins.enable *= "dbusservice"

# Use adl instead of Air binaries on Arch Linux
bypass_air_installation = true

dofus.reg.path = "${root}/share/reg/bin/air-generic-launcher.sh"

launcher.command = """
"${root}/bin/air-generic-launcher.sh" --lang=${i18n.lang} --update-server-port=${service_port} --updater_version=v2
"""