🎉 v2.1.1

💡 Adjust help tips
This commit is contained in:
bitcookies
2022-04-24 14:46:11 +08:00
parent 9c0eab72d4
commit fa577da404
25 changed files with 7 additions and 33 deletions
-3
View File
@@ -1,3 +0,0 @@
{
"CurrentProjectSetting": "无配置"
}
-7
View File
@@ -1,7 +0,0 @@
{
"ExpandedNodes": [
""
],
"SelectedNode": "\\winrar-keygen.vcxproj",
"PreviewInSolutionExplorer": false
}
BIN
View File
Binary file not shown.
-16
View File
@@ -1,16 +0,0 @@
{
"Version": 1,
"ProjectMap": {
"2443aa55-9534-4451-9bcc-48ac0982a0cc": {
"ProjectGuid": "2443aa55-9534-4451-9bcc-48ac0982a0cc",
"DisplayName": "winrar-keygen",
"ColorIndex": 0
},
"a2fe74e1-b743-11d0-ae1a-00a0c90fffc3": {
"ProjectGuid": "a2fe74e1-b743-11d0-ae1a-00a0c90fffc3",
"DisplayName": "杂项文件",
"ColorIndex": -1
}
},
"NextColorIndex": 1
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+2 -2
View File
@@ -7,12 +7,12 @@
#include <system_error>
void Help() {
_putts(TEXT("Please use the following command:\n"));
_putts(TEXT("Usage:"));
_putts(TEXT(" winrar-keygen.exe <Your Name> <Your License>"));
_putts(TEXT(""));
_putts(TEXT("Example:"));
_putts(TEXT(""));
_putts(TEXT(" winrar-keygen.exe \"Github\" \"Github.com\""));
_putts(TEXT(" winrar-keygen.exe \"Github\" \"Github.com\"\n"));
_putts(TEXT(" or:"));
_putts(TEXT(" winrar-keygen.exe \"Github\" \"Github.com\" > rarreg.key\n"));
_putts(TEXT(" or:"));
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
View File
Binary file not shown.
+5 -5
View File
@@ -61,8 +61,8 @@ IDI_ICON1 ICON "icon.ico"
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,1,0,0
PRODUCTVERSION 2,1,0,0
FILEVERSION 2,1,1,0
PRODUCTVERSION 2,1,1,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -79,12 +79,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "WinRAR Keygen"
VALUE "FileDescription", "WinRAR Key Generation Tool"
VALUE "FileVersion", "2.1.0.0"
VALUE "FileVersion", "2.1.1.0"
VALUE "InternalName", "winrar-keygen.exe"
VALUE "LegalCopyright", "Copyright (C) 2021"
VALUE "LegalCopyright", "Copyright (C) 2022 MIT License"
VALUE "OriginalFilename", "winrar-keygen.exe"
VALUE "ProductName", "WinRAR Keygen"
VALUE "ProductVersion", "2.1.0.0"
VALUE "ProductVersion", "2.1.1.0"
END
END
BLOCK "VarFileInfo"