mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:19:49 +00:00
Install notepad.exe in c:\windows too.
This commit is contained in:
parent
472d016859
commit
e30b0780be
1 changed files with 2 additions and 1 deletions
|
@ -197,8 +197,8 @@ function link_app {
|
||||||
#puts windows applications replacements to windows directories,
|
#puts windows applications replacements to windows directories,
|
||||||
#configures them
|
#configures them
|
||||||
function configure_wine_applications {
|
function configure_wine_applications {
|
||||||
|
link_app notepad "$CROOT/windows/notepad.exe"
|
||||||
link_app regedit "$CROOT/windows/regedit.exe"
|
link_app regedit "$CROOT/windows/regedit.exe"
|
||||||
link_app uninstaller "$CROOT/windows/uninstall.exe"
|
|
||||||
link_app wcmd "$CROOT/windows/system32/cmd.exe"
|
link_app wcmd "$CROOT/windows/system32/cmd.exe"
|
||||||
link_app control "$CROOT/windows/system32/control.exe"
|
link_app control "$CROOT/windows/system32/control.exe"
|
||||||
link_app winhelp "$CROOT/windows/system32/help.exe"
|
link_app winhelp "$CROOT/windows/system32/help.exe"
|
||||||
|
@ -207,6 +207,7 @@ function configure_wine_applications {
|
||||||
link_app regsvr32 "$CROOT/windows/system32/regsvr32.exe"
|
link_app regsvr32 "$CROOT/windows/system32/regsvr32.exe"
|
||||||
link_app winemine "$CROOT/windows/system32/winmine.exe"
|
link_app winemine "$CROOT/windows/system32/winmine.exe"
|
||||||
link_app winver "$CROOT/windows/system32/winver.exe"
|
link_app winver "$CROOT/windows/system32/winver.exe"
|
||||||
|
link_app uninstaller "$CROOT/windows/uninstall.exe"
|
||||||
link_app winhelp "$CROOT/windows/winhelp.exe"
|
link_app winhelp "$CROOT/windows/winhelp.exe"
|
||||||
link_app winhelp "$CROOT/windows/winhlp32.exe"
|
link_app winhelp "$CROOT/windows/winhlp32.exe"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue