diff options
author | pukkandan <pukkandan@gmail.com> | 2021-01-12 21:23:31 +0530 |
---|---|---|
committer | pukkandan <pukkandan@gmail.com> | 2021-01-12 21:42:41 +0530 |
commit | f5546c0b3c77c7bd3b964c76bb5597d6f8905970 (patch) | |
tree | 0b8f2f3ef07f03944df67815b2c9dee824172afd /pyinst.py | |
parent | 0ed3baddf2153bbf5205205ae0134edaa9a9ef5f (diff) | |
download | hypervideo-pre-f5546c0b3c77c7bd3b964c76bb5597d6f8905970.tar.lz hypervideo-pre-f5546c0b3c77c7bd3b964c76bb5597d6f8905970.tar.xz hypervideo-pre-f5546c0b3c77c7bd3b964c76bb5597d6f8905970.zip |
Fix typos (Closes #14)
:skip ci all
Co-authored by: FelixFrog
Diffstat (limited to 'pyinst.py')
-rw-r--r-- | pyinst.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -74,7 +74,7 @@ version_file = VSVersionInfo( ), StringStruct("OriginalFilename", "youtube-dlc.exe"), StringStruct("ProductName", "Youtube-dlc"), - StringStruct("ProductVersion", version + " | git.io/JUGsM"), + StringStruct("ProductVersion", version + " | git.io/JLh7K"), ], ) ] |