This website works better with JavaScript.
Home
Explore
Register
Sign In
Fincer
/
winecfg_patch
mirror of
https://github.com/Fincer/winecfg_patch
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Add test run shell script
master
Fincer
6 years ago
parent
602ce481ad
commit
735c2773cc
1 changed files
with
11 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save