mirror of
				https://github.com/mintty/wsltty.git
				synced 2025-10-31 15:12:08 +00:00 
			
		
		
		
	use wslbridge wslpath branch, support WSL mount point configuration (/etc/wsl.conf or fstab) (#91)
				
					
				
			This commit is contained in:
		| @@ -1,4 +1,4 @@ | |||||||
| mintty is copyright 2008-13 Andy Koppe, 2015-16 Thomas Wolff. | mintty is copyright 2008-13 Andy Koppe, 2015-18 Thomas Wolff. | ||||||
|  |  | ||||||
| Licensed under the terms of the GNU General Public License version 3 or later, | Licensed under the terms of the GNU General Public License version 3 or later, | ||||||
| amended with the bundling clause to clarify ambiguous interpretation. | amended with the bundling clause to clarify ambiguous interpretation. | ||||||
|   | |||||||
| @@ -1,6 +1,7 @@ | |||||||
| The MIT License (MIT) | The MIT License (MIT) | ||||||
|  |  | ||||||
| Copyright (c) 2016 Ryan Prichard | Copyright (c) 2016 Ryan Prichard | ||||||
|  | Copyright (c) 2018 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 | ||||||
|   | |||||||
							
								
								
									
										11
									
								
								makefile
									
									
									
									
									
								
							
							
						
						
									
										11
									
								
								makefile
									
									
									
									
									
								
							| @@ -8,14 +8,14 @@ | |||||||
|  |  | ||||||
|  |  | ||||||
| # wsltty release | # wsltty release | ||||||
| ver=1.8.4 | ver=1.8.4.3 | ||||||
|  |  | ||||||
| ############################## | ############################## | ||||||
| # mintty release version | # mintty release version | ||||||
| minttyver=2.8.4 | #minttyver=2.8.4 | ||||||
|  |  | ||||||
| # or mintty branch or commit version | # or mintty branch or commit version | ||||||
| #minttyver=master | minttyver=master | ||||||
|  |  | ||||||
| ############################## | ############################## | ||||||
| # wslbridge binary package; may be overridden below | # wslbridge binary package; may be overridden below | ||||||
| @@ -24,7 +24,7 @@ wslbridgever=0.2.4 | |||||||
|  |  | ||||||
| # or wslbridge branch or commit to build from source; | # or wslbridge branch or commit to build from source; | ||||||
| # also set wslbridge-commit | # also set wslbridge-commit | ||||||
| #wslbridge=wslbridge-frontend wslbridge-backend | wslbridge=wslbridge-frontend wslbridge-backend | ||||||
|  |  | ||||||
| # release 0.2.0 does not have cygwin_internal(CW_SYNC_WINENV) yet: | # release 0.2.0 does not have cygwin_internal(CW_SYNC_WINENV) yet: | ||||||
| #wslbridge-commit=master | #wslbridge-commit=master | ||||||
| @@ -35,6 +35,9 @@ wslbridgever=0.2.4 | |||||||
| # after 0.2.4, from branch login-mode: | # after 0.2.4, from branch login-mode: | ||||||
| wslbridge-commit=04a060505860915c99bc336dbeb80269771a80b7 | wslbridge-commit=04a060505860915c99bc336dbeb80269771a80b7 | ||||||
|  |  | ||||||
|  | # after 0.2.4, from branch wslpath: | ||||||
|  | wslbridge-commit=29df86d87135caec8424c08f031ce121a3a39ae1 | ||||||
|  |  | ||||||
| ############################################################################# | ############################################################################# | ||||||
| # default target | # default target | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user