fix: release build script; add releases README and v1.0.0 download links
Some checks failed
CI / Test Python 3.10 (push) Has been cancelled
CI / Test Python 3.11 (push) Has been cancelled
CI / Test Python 3.12 (push) Has been cancelled
Release Build / Build Windows release (push) Has been cancelled

This commit is contained in:
Dr Jones
2026-05-22 20:11:41 -07:00
parent 08683ab328
commit 08f9979cc6
4 changed files with 15 additions and 6 deletions

View File

@@ -25,7 +25,7 @@ def build_version_info(version: str, commit: str = "") -> str:
filevers = prodvers = _parse_version(version)
commit_suffix = f" ({commit})" if commit else ""
return f"""# UTF-8
# Generated by scripts/generate_version_info.py do not edit by hand.
# Generated by scripts/generate_version_info.py - do not edit by hand.
VSVersionInfo(
ffi=FixedFileInfo(
filevers={filevers},
@@ -43,7 +43,7 @@ VSVersionInfo(
StringTable(
u'040904B0',
[StringStruct(u'CompanyName', u'Proxy God'),
StringStruct(u'FileDescription', u'Proxy God multi-hop proxy chain manager'),
StringStruct(u'FileDescription', u'Proxy God - multi-hop proxy chain manager'),
StringStruct(u'FileVersion', u'{version}{commit_suffix}'),
StringStruct(u'InternalName', u'ProxyChainManager'),
StringStruct(u'LegalCopyright', u'MIT License'),