mirror of
https://github.com/mintty/wsltty.git
synced 2025-01-18 12:05:47 +00:00
3.6.4
This commit is contained in:
parent
bbbef4fc89
commit
756f5f5844
13
README.md
13
README.md
@ -241,6 +241,19 @@ Note:
|
||||
If you define `HOME` at Windows level, this changes accordingly.
|
||||
Note, however, that the WSL `$HOME` is a completely different setting.
|
||||
|
||||
#### Emoji deployment ####
|
||||
|
||||
Mintty and the wsltty package do not bundle actual emoji graphics but
|
||||
there are scripts to support easy download and deployment.
|
||||
If you have another instance of mintty installed (e.g. in cygwin)
|
||||
and have emojis deployed already in the common config folder
|
||||
`%APPDATA%\mintty\emojis`, they will be reused by wsltty.
|
||||
|
||||
To deploy emojis standalone for wsltty, use the scripts installed in
|
||||
`%APPDATA%\wsltty\emojis`:
|
||||
* `getemojis` to provide emoji graphics as listed by Unicode.org
|
||||
* `getflags` to provide emoji flag graphics (extending Unicode dynamically) from various sources
|
||||
|
||||
#### Shell selection and Login shell ####
|
||||
|
||||
The WSLtty deployment does not impose a shell preference;
|
||||
|
8
makefile
8
makefile
@ -10,16 +10,16 @@
|
||||
|
||||
|
||||
# wsltty release
|
||||
ver=3.6.1.2
|
||||
ver=3.6.4
|
||||
|
||||
# wsltty appx release - must have 4 parts!
|
||||
verx=3.6.1.2
|
||||
verx=3.6.4.1
|
||||
|
||||
|
||||
##############################
|
||||
# mintty release version
|
||||
|
||||
minttyver=3.6.1
|
||||
minttyver=3.6.4
|
||||
|
||||
##############################
|
||||
|
||||
@ -27,7 +27,7 @@ minttyver=3.6.1
|
||||
repo=Biswa96/wslbridge2
|
||||
|
||||
# wslbridge2 master release version
|
||||
wslbridgever=0.10
|
||||
wslbridgever=0.11
|
||||
|
||||
# wslbridge2 latest version
|
||||
#archive=master
|
||||
|
Loading…
x
Reference in New Issue
Block a user