fix: release build script; add releases README and v1.0.0 download links
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user