1
0
Fork 0
mirror of synced 2024-06-28 11:11:15 +12:00

update legendary submodule + fix version bug for cx_freeze

This commit is contained in:
Dummerle 2021-10-12 23:12:04 +02:00
parent 193641f1e7
commit a18d7a619b
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 4b1349962de77a5620e2fcd1dac9b9435d522b4c
Subproject commit ebd7fcbc0764ab68e1694d9800d80d11b1fe52b6

View file

@ -1,6 +1,6 @@
import os
__version__ = "1.7_b1"
__version__ = "1.6.9"
resources_path = os.path.join(os.path.dirname(__file__), "resources")
languages_path = os.path.join(os.path.dirname(__file__), "languages")