summarylogtreecommitdiffstats
path: root/usenti
blob: 20f40a5c68f84c52ca7f8ebab84e4e9559532c52 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash

WINEDEBUG=-all wine /usr/share/usenti/usenti.exe "$(winepath -w "$1")"

if [ $? -eq 53 ]
then
    winetricks -q mfc42
    WINEDEBUG=-all wine /usr/share/usenti/usenti.exe "$(winepath -w "$1")"
fi