mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 13:14:59 -06:00
Some last changes before release...
This commit is contained in:
@@ -34,7 +34,7 @@ static const WCHAR *k_Reg_Software_7zip = L"Software\\7-Zip";
|
||||
#define _64BIT_INSTALLER 1
|
||||
#endif
|
||||
|
||||
#define k_7zip_with_Ver_base L"7-Zip Zstd " LLL(MY_VERSION)
|
||||
#define k_7zip_with_Ver_base L"7-Zip ZStandard " LLL(MY_VERSION)
|
||||
|
||||
#ifdef _64BIT_INSTALLER
|
||||
#define k_7zip_with_Ver k_7zip_with_Ver_base L" (x64)"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
#include "../../7zVersion.rc"
|
||||
#include "resource.h"
|
||||
|
||||
MY_VERSION_INFO(MY_VFT_APP, "7-Zip Installer ZStd", "7zipInstall", "7zipInstall.exe")
|
||||
MY_VERSION_INFO(MY_VFT_APP, "7-Zip Installer ZStandard", "7zipInstall", "7zipInstall.exe")
|
||||
|
||||
1 ICON "7zip.ico"
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
#define _64BIT_INSTALLER 1
|
||||
#endif
|
||||
|
||||
#define k_7zip_with_Ver_base L"7-Zip Zstd " LLL(MY_VERSION)
|
||||
#define k_7zip_with_Ver_base L"7-Zip ZStandard " LLL(MY_VERSION)
|
||||
|
||||
#ifdef _64BIT_INSTALLER
|
||||
#define k_7zip_with_Ver k_7zip_with_Ver_base L" (x64)"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
#include "../../7zVersion.rc"
|
||||
#include "resource.h"
|
||||
|
||||
MY_VERSION_INFO(MY_VFT_APP, "7-Zip Uninstaller", "Uninstall", "Uninstall.exe")
|
||||
MY_VERSION_INFO(MY_VFT_APP, "7-Zip Uninstaller ZStandard", "Uninstall", "Uninstall.exe")
|
||||
|
||||
1 ICON "7zipUninstall.ico"
|
||||
|
||||
|
||||
@@ -50,7 +50,6 @@ class CDecoder:public ICompressCoder,
|
||||
UInt32 _inSize;
|
||||
bool _eofFlag;
|
||||
|
||||
// ZBUFF_DCtx *_state;
|
||||
void *_state;
|
||||
|
||||
DProps _props;
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user