summarylogtreecommitdiffstats
path: root/ltspice.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ltspice.sh')
-rw-r--r--ltspice.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ltspice.sh b/ltspice.sh
index d93cf7deb6e2..8ee16f3e67c8 100644
--- a/ltspice.sh
+++ b/ltspice.sh
@@ -7,5 +7,5 @@ if [ ! -d $CONFIG_DIR ]; then
mkdir -p $CONFIG_DIR
touch $CONFIG_DIR/LTspiceXVII.ini
fi
-export WINEPREFIX=$HOME/.ltspice/env
+export WINEPREFIX=$HOME/.ltspice/env WINEARCH=win64
wine /opt/ltspice/XVIIx64 -ini $CONFIG_DIR/LTspiceXVII.ini "$@"