INSTALL: Fix .lha filename extension.
LHA is the name of the tool, and .lzh is the extension used for files of this format.
This commit is contained in:
parent
85d60113c4
commit
0d083b8565
1 changed files with 2 additions and 2 deletions
|
|
@ -117,9 +117,9 @@ From the command line it is possible to combine these files into a
|
||||||
single large file, using a command similar to the following:
|
single large file, using a command similar to the following:
|
||||||
|
|
||||||
#if _WIN32
|
#if _WIN32
|
||||||
copy doom_se.1+doom_se.2+doom_se.3+doom_se.4+doom_se.5 doom_se.lha
|
copy doom_se.1+doom_se.2+doom_se.3+doom_se.4+doom_se.5 doom_se.lzh
|
||||||
#else
|
#else
|
||||||
cat doom_se.1 doom_se.2 doom_se.3 doom_se.4 doom_se.5 > doom_se.lha
|
cat doom_se.1 doom_se.2 doom_se.3 doom_se.4 doom_se.5 > doom_se.lzh
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
The resulting file is an LHA archive file, and it can be extracted
|
The resulting file is an LHA archive file, and it can be extracted
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue