X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=programs%2Fimagex.c;h=48e7d31a0a20c573836a433dc50ceb7972c68165;hp=cc8d0e2073336cb8fa7957d786908861e26ad258;hb=7e0370d84fa8786a3cabb4ec3da99d3e62206127;hpb=4f258ad38a337684b561d21ae9f7984957e74f31 diff --git a/programs/imagex.c b/programs/imagex.c index cc8d0e20..48e7d31a 100644 --- a/programs/imagex.c +++ b/programs/imagex.c @@ -1832,7 +1832,8 @@ imagex_capture_or_append(int argc, tchar **argv, int cmd) int open_flags = 0; int add_flags = WIMLIB_ADD_FLAG_EXCLUDE_VERBOSE | WIMLIB_ADD_FLAG_WINCONFIG | - WIMLIB_ADD_FLAG_VERBOSE; + WIMLIB_ADD_FLAG_VERBOSE | + WIMLIB_ADD_FLAG_FILE_PATHS_UNNEEDED; int write_flags = 0; int compression_type = WIMLIB_COMPRESSION_TYPE_INVALID; uint32_t chunk_size = UINT32_MAX;