|
@@ -207,7 +207,7 @@ if [ -n "${CUSTOM_SRC_PATH}" ]; then
|
|
WINE_VERSION="$(cat wine/VERSION | tail -c +14)"
|
|
WINE_VERSION="$(cat wine/VERSION | tail -c +14)"
|
|
BUILD_NAME="${WINE_VERSION}"-custom
|
|
BUILD_NAME="${WINE_VERSION}"-custom
|
|
elif [ "$WINE_BRANCH" = "staging-tkg" ] || [ "$WINE_BRANCH" = "staging-tkg-ntsync" ]; then
|
|
elif [ "$WINE_BRANCH" = "staging-tkg" ] || [ "$WINE_BRANCH" = "staging-tkg-ntsync" ]; then
|
|
- if [ "${EXPERIMENTAL_WOW64}" = "true" ]; then
|
|
|
|
|
|
+ if [ "$WINE_BRANCH" = "staging-tkg" ] && [ "${EXPERIMENTAL_WOW64}" = "true" ]; then
|
|
git clone https://github.com/Kron4ek/wine-tkg wine -b wow64
|
|
git clone https://github.com/Kron4ek/wine-tkg wine -b wow64
|
|
else
|
|
else
|
|
if [ "$WINE_BRANCH" = "staging-tkg" ]; then
|
|
if [ "$WINE_BRANCH" = "staging-tkg" ]; then
|