Browse Source

Add test run shell script

master
Fincer 6 years ago
parent
commit
735c2773cc
1 changed files with 11 additions and 0 deletions
  1. +11
    -0
      2-run-winecfg.sh

+ 11
- 0
2-run-winecfg.sh View File

@ -0,0 +1,11 @@
#!/bin/sh
# Make patched winecfg dialog and run it on Wine
WORKDIR=$(pwd)
cd ${WORKDIR}/winecfg_edits
make clean
make
WINEPREFIX=${WORKDIR}/winecfg_edits/.winecfg_testrun WINEARCH=win64 wine ${WORKDIR}/winecfg_edits/winecfg.exe.so

Loading…
Cancel
Save