Control: retitle -1 binfmt-support got lost for PE32+ It would be nice if:
1. wine-binfmt would automatically register wine binfmts
2. If PE32+ support was ressurected. Back on my wheezy system I used to have:
[...]
wine=/usr/bin/wine32
if test "$(file -b -L "$1" | cut -d\ -f1)" = "PE32+" -o "$WINEARCH" =
"win64"; then
wine=/usr/bin/wine64
fi
[...]
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

