mirror of
https://github.com/reactos/reactos.git
synced 2025-04-28 01:11:35 +00:00
[LOG2LINES] Enforce "Iso" type when unpacking the Iso file
Work around some "7z" dealing with files not named "*.iso" as "Cab" type. Issue at least with "7-Zip [64] 9.20" on "Ubuntu 16.04". CORE-14734
This commit is contained in:
parent
4b8f6d5eab
commit
8283a9ece2
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
|
||||
#define CMD_7Z "7z"
|
||||
#define UNZIP_FMT_7Z "%s e -y %s -o%s > " DEV_NULL
|
||||
#define UNZIP_FMT "%s x -y -r %s -o%s > " DEV_NULL
|
||||
#define UNZIP_FMT "%s x -tIso -y -r %s -o%s > " DEV_NULL
|
||||
#define UNZIP_FMT_CAB \
|
||||
"%s x -y -r %s" PATH_STR "reactos" PATH_STR "reactos.cab -o%s" \
|
||||
PATH_STR "reactos" PATH_STR "reactos > " DEV_NULL
|
||||
|
|
Loading…
Reference in a new issue