aboutsummaryrefslogtreecommitdiffstats
path: root/pyinst.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan@gmail.com>2021-01-12 21:23:31 +0530
committerpukkandan <pukkandan@gmail.com>2021-01-12 21:42:41 +0530
commitf5546c0b3c77c7bd3b964c76bb5597d6f8905970 (patch)
tree0b8f2f3ef07f03944df67815b2c9dee824172afd /pyinst.py
parent0ed3baddf2153bbf5205205ae0134edaa9a9ef5f (diff)
downloadhypervideo-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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyinst.py b/pyinst.py
index 199f0734f..6e5faf5a9 100644
--- a/pyinst.py
+++ b/pyinst.py
@@ -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"),
],
)
]