Skip to content

Commit

Permalink
minor fixes for lizard again
Browse files Browse the repository at this point in the history
- add Lizard to Explorer Context menu
- fixed the .liz handler (can compress now)
  • Loading branch information
mcmilk committed May 28, 2017
1 parent 82a076a commit 3b096d5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion C/7zVersion.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#define MY_VER_MAJOR 17
#define MY_VER_MINOR 00
#define MY_VER_BUILD 0
#define MY_VERSION_NUMBERS "17.00 ZS v1.2.0 R5"
#define MY_VERSION_NUMBERS "17.00 ZS v1.2.0 R6"
#define MY_VERSION MY_VERSION_NUMBERS

#ifdef MY_CPU_NAME
Expand Down
2 changes: 1 addition & 1 deletion C/7zVersionTr.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#define MY_VER_MAJOR 1
#define MY_VER_MINOR 2
#define MY_VER_BUILD 0
#define MY_VERSION_NUMBERS "1.2.0 R5"
#define MY_VERSION_NUMBERS "1.2.0 R6"
#define MY_VERSION MY_VERSION_NUMBERS
#define MY_DATE "2017-05-28"
#undef MY_COPYRIGHT
Expand Down
2 changes: 1 addition & 1 deletion CPP/7zip/Archive/7z/7zUpdate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ static int CompareEmptyItems(const unsigned *p1, const unsigned *p2, void *param
}

static const char *g_Exts =
" 7z xz lzma ace arc arj bz tbz bz2 tbz2 cab deb gz tgz ha lha lz tlz lz4 tlz4 lz5 tlz5 lzh lzo lzx pak rar rpm sit zoo zst"
" 7z xz lzma ace arc arj bz tbz bz2 tbz2 cab deb gz tgz ha lha liz tliz lz tlz lz4 tlz4 lz5 tlz5 lzh lzo lzx pak rar rpm sit zoo zst"
" zip jar ear war msi"
" 3gp avi mov mpeg mpg mpe wmv"
" aac ape fla flac la mp3 m4a mp4 ofr ogg pac ra rm rka shn swa tta wv wma wav"
Expand Down
2 changes: 1 addition & 1 deletion CPP/7zip/Archive/LizardHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ STDMETHODIMP CHandler::SetProperties(const wchar_t * const *names, const PROPVAR
static const Byte k_Signature[] = "0x184D2206";

REGISTER_ARC_IO(
"liz", "liz tliz", "* .tar", 0x11,
"lizard", "liz tliz", "* .tar", 0x11,
k_Signature,
0,
NArcInfoFlags::kKeepName,
Expand Down
1 change: 1 addition & 0 deletions CPP/7zip/UI/Explorer/ContextMenu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ static const char * const kArcExts[] =
, "bz2"
, "gz"
, "lz"
, "liz"
, "lz4"
, "lz5"
, "rar"
Expand Down

0 comments on commit 3b096d5

Please sign in to comment.