Closed unmellow closed 5 years ago
i created this shell script in ion:
let WINEARCH="win32" let WINEPREFIX="/home/melton/Games/lol" /opt/wine-lol/bin/wine $1 $2 $3 and bash
WINEARCH="win32" WINEPREFIX="/home/melton/Games/lol" /opt/wine-lol/bin/wine $1 $2 $3
but wine-lol won't use my custom set wine prefix when I run this shell script
wine: '/home/melton/.wine' is a 64-bit installation, it cannot be used with a 32-bit wineserver. this is the error I get
after alot of hacking i figured it out
i created this shell script in ion:
!/usr/local/bin/ion
let WINEARCH="win32" let WINEPREFIX="/home/melton/Games/lol" /opt/wine-lol/bin/wine $1 $2 $3 and bash
!/bin/bash
WINEARCH="win32" WINEPREFIX="/home/melton/Games/lol" /opt/wine-lol/bin/wine $1 $2 $3
but wine-lol won't use my custom set wine prefix when I run this shell script