You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
407 B
12 lines
407 B
--- a/tools/build-msi-tables.sh 2020-04-10 11:06:24.000000000 -0500
|
|
+++ b/tools/build-msi-tables.sh 2020-04-27 10:03:20.835241179 -0500
|
|
@@ -7,7 +7,7 @@
|
|
mkdir -p "${TABLEDIR}"
|
|
cp "${TABLESRCDIR}"/*.idt "${TABLEDIR}"
|
|
|
|
-IMAGECABWINPATH=`${WINE} winepath -w "${CABFILENAME}"`
|
|
+IMAGECABWINPATH=`${WINE} winepath -w "${CABFILENAME}" | dos2unix`
|
|
|
|
CONTENTDIR="${TABLEDIR}/cab_contents"
|
|
rm -rf "${CONTENTDIR}"
|