Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Fruithapje21 authored Dec 21, 2023
1 parent b4bc133 commit 97e69ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def patch_zs(filename):

sys.excepthook = myexcepthook

supported_versions = ['1.0.0', '1.1.0', '1.1.1', '1.1.2', '1.2.0']
supported_versions = ['1.0.0', '1.1.0', '1.1.1', '1.1.2', '1.2.0', '1.2.1']
layout_filenames = ['Common.Product.100.Nin_NX_NVN', 'Common.Product.110.Nin_NX_NVN']
working_dir = os.path.dirname(sys.argv[0])
zsdic_path = os.path.join(working_dir, 'zs.zsdic')
Expand Down

0 comments on commit 97e69ac

Please sign in to comment.