sorting out zsh script calling and folder names
This commit is contained in:
parent
d761d12c63
commit
77e78a73eb
6 changed files with 79 additions and 51 deletions
|
|
@ -184,12 +184,14 @@ def main():
|
|||
if args.subcommand == "quest":
|
||||
diva.quest.update_missions(args.INPUT, args.OLD, LANGUAGES)
|
||||
elif args.command == "xdudata":
|
||||
script_dir = os.path.abspath(os.path.join(os.path.dirname(__file__), "tools"))
|
||||
if args.subcommand == "update":
|
||||
xdudata.update_all(
|
||||
args.CACHE,
|
||||
args.XDUDATA,
|
||||
args.TRANS,
|
||||
args.EXTRACT,
|
||||
script_dir,
|
||||
LANGUAGES,
|
||||
args.is_global,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue