Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
Add v to version str
  • Loading branch information
matanki-saito committed May 25, 2024
1 parent e08fc36 commit 514d959
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 @@ -270,7 +270,7 @@ def main():
mod_zip_path=core_mod_zip_file_path,
mod_title_name="JPMOD Main 1: Fonts and UI",
mod_tags={"Translation", "Localisation"},
mod_supported_version="1.37.*.*",
mod_supported_version="v1.37.*.*",
mod_image_file_path="title.jpg")

print("mod_pack_file_path:{}".format(mod_pack_file_path))
Expand Down

0 comments on commit 514d959

Please sign in to comment.