Skip to content

Commit 98525aa

Browse files
author
Kazuki Suzuki Przyborowski
committed
Update pycatfile.py
1 parent a0b30d9 commit 98525aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pycatfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ def get_importing_script_path():
294294
__file_format_dict__ = {'format_name': __file_format_name__, 'format_magic': __file_format_magic__, 'format_lower': __file_format_lower__, 'format_len': __file_format_len__, 'format_hex': __file_format_hex__,
295295
'format_delimiter': __file_format_delimiter__, 'format_ver': __file_format_ver__, 'new_style': __use_new_style__, 'use_advanced_list': __use_advanced_list__, 'use_alt_inode': __use_alt_inode__}
296296
__project__ = __program_name__
297-
__project_url__ = "https://github.com/GameMaker2k/"
297+
__project_url__ = "https://github.com/GameMaker2k/PyCatFile"
298298
__version_info__ = (0, 14, 6, "RC 1", 1)
299299
__version_date_info__ = (2024, 11, 17, "RC 1", 1)
300300
__version_date__ = str(__version_date_info__[0]) + "." + str(

0 commit comments

Comments
 (0)