summarylogtreecommitdiffstats
path: root/recover_mp4
blob: bc3a69e04eaebfefe033da39acfe600103f95432 (plain)
1
2
3
4
5
6
#!/bin/sh

# This is a shim for recover_mp4.exe. WINEDLLOVERRIDES avoids the annoying
# popups about not having Gecko/Mono libs installed.

WINEDLLOVERRIDES="mscoree,mshtml=" exec wine /opt/windows/recover_mp4.exe "$@"