🛠 A redesigned CLI and numerous bug fixes

This commit is contained in:
bitcookies
2026-03-21 22:14:49 +08:00
parent 6abeedb5b4
commit 38f15bc187
8 changed files with 310 additions and 84 deletions
+4 -4
View File
@@ -51,8 +51,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 3,1,1,0
PRODUCTVERSION 3,1,1,0
FILEVERSION 4,0,0,0
PRODUCTVERSION 4,0,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -69,12 +69,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "WinRAR Keygen"
VALUE "FileDescription", "WinRAR Key Generation Tool"
VALUE "FileVersion", "3.1.1.0"
VALUE "FileVersion", "4.0.0.0"
VALUE "InternalName", "winrar-keygen.exe"
VALUE "LegalCopyright", "Copyright (C) 2021 Bitcookies"
VALUE "OriginalFilename", "winrar-keygen.exe"
VALUE "ProductName", "WinRAR Keygen"
VALUE "ProductVersion", "3.1.1.0"
VALUE "ProductVersion", "4.0.0.0"
END
END
BLOCK "VarFileInfo"