Skip to content

Commit e43964c

Browse files
Remove mentions of ConEmu completely.
1 parent 7688401 commit e43964c

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
## Version Log:
77
- v0.0.1 - Test for winetricks verb download.
88
- v1.0.0 - Initial release, built with Github Actions.
9+
- v1.5.0 - Remove dependency on ConEmu

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ For fun I changed code from standard main(argc,*argv[]) to something like [this]
1919
- Clone git repository
2020
- Change directories to git repository
2121
- Install the custom winetricks verbs:
22-
- `winetricks --unattended ./verbs/powershell_core.verb ./verbs/conemu.verb ./verbs/powershell_wrapper.verb`
22+
- `winetricks --unattended ./verbs/powershell_core.verb ./verbs/powershell_wrapper.verb`
2323
- Or you can use protontricks:
24-
- `protontricks <steamappID> --unattended ./verbs/powershell_core.verb ./verbs/conemu.verb ./verbs/powershell_wrapper.verb`
24+
- `protontricks <steamappID> --unattended ./verbs/powershell_core.verb ./verbs/powershell_wrapper.verb`
2525

2626
# Compiling and Manual Install
2727

@@ -34,10 +34,10 @@ To compile the binaries, you can run `make`
3434
Want to only build one architecture? Try
3535
`make powershell32.exe` or `make powershell64.exe`
3636

37-
Install Powershell Core and ConEmu using Winetricks (Or you can do it manually, however this is far easier.):
37+
Install Powershell Core using Winetricks (Or you can do it manually, however this is far easier.):
3838
- Run the custom winetricks verbs:
39-
`winetricks --unattended ./verbs/powershell_core.verb ./verbs/conemu.verb`
40-
or `protontricks <steamappID> --unattended ./verbs/powershell_core.verb ./verbs/conemu.verb`
39+
`winetricks --unattended ./verbs/powershell_core.verb`
40+
or `protontricks <steamappID> --unattended ./verbs/powershell_core.verb`
4141

4242
Assuming `~/.wine` is where your wineprefix is
4343

0 commit comments

Comments
 (0)