mirror of
https://github.com/mintty/wsltty.git
synced 2025-01-31 10:11:02 +00:00
1.8.2
This commit is contained in:
parent
65bf9273ad
commit
84c16fb927
@ -26,3 +26,8 @@ The program icon is the apps/utilities-terminal icon from KDE's Oxygen theme,
|
|||||||
retrieved from http://websvn.kde.org/trunk/KDE/kdebase/runtime/pics/oxygen.
|
retrieved from http://websvn.kde.org/trunk/KDE/kdebase/runtime/pics/oxygen.
|
||||||
Thanks to the KDE artists for their sleek design. The Oxygen icons are licensed
|
Thanks to the KDE artists for their sleek design. The Oxygen icons are licensed
|
||||||
under the terms of the LGPLv3; see LICENSE.Oxygen for details.
|
under the terms of the LGPLv3; see LICENSE.Oxygen for details.
|
||||||
|
|
||||||
|
The colour schemes / theme files bundled with mintty are included
|
||||||
|
under various licenses. The source and license or permission are
|
||||||
|
quoted in the respective theme files.
|
||||||
|
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
The MIT License (MIT)
|
The MIT License (MIT)
|
||||||
|
|
||||||
Copyright (c) 2016 Ryan Prichard
|
Copyright (c) 2016 Ryan Prichard
|
||||||
|
Copyright (c) 2017 Google LLC
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to
|
of this software and associated documentation files (the "Software"), to
|
||||||
|
4
makefile
4
makefile
@ -15,10 +15,10 @@ ver=1.8.2
|
|||||||
minttyver=2.8.2
|
minttyver=2.8.2
|
||||||
|
|
||||||
# or mintty branch or commit version
|
# or mintty branch or commit version
|
||||||
minttyver=master
|
#minttyver=master
|
||||||
|
|
||||||
##############################
|
##############################
|
||||||
# wslbridge binary package
|
# wslbridge binary package; may be overridden below
|
||||||
wslbridge=wslbridge-package
|
wslbridge=wslbridge-package
|
||||||
wslbridgever=0.2.4
|
wslbridgever=0.2.4
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user