mirror of
				https://github.com/mintty/wsltty.git
				synced 2025-10-31 07:04:00 +00:00 
			
		
		
		
	deploy Character Info names table (#82)
This commit is contained in:
		| @@ -57,6 +57,8 @@ mkdir "%installdir%\usr\share\mintty\lang" | |||||||
| copy lang.zoo "%installdir%\usr\share\mintty\lang" | copy lang.zoo "%installdir%\usr\share\mintty\lang" | ||||||
| mkdir "%installdir%\usr\share\mintty\themes" | mkdir "%installdir%\usr\share\mintty\themes" | ||||||
| copy themes.zoo "%installdir%\usr\share\mintty\themes" | copy themes.zoo "%installdir%\usr\share\mintty\themes" | ||||||
|  | mkdir "%installdir%\usr\share\mintty\info" | ||||||
|  | copy charnames.txt "%installdir%\usr\share\mintty\info" | ||||||
|  |  | ||||||
|  |  | ||||||
| rem create Start Menu Folder | rem create Start Menu Folder | ||||||
|   | |||||||
							
								
								
									
										4
									
								
								makefile
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								makefile
									
									
									
									
									
								
							| @@ -123,6 +123,9 @@ mintty-build: | |||||||
| 	cp mintty-$(minttyver)/LICENSE LICENSE.mintty | 	cp mintty-$(minttyver)/LICENSE LICENSE.mintty | ||||||
| 	cd mintty-$(minttyver)/lang; zoo a lang *.po; mv lang.zoo ../../ | 	cd mintty-$(minttyver)/lang; zoo a lang *.po; mv lang.zoo ../../ | ||||||
| 	cd mintty-$(minttyver)/themes; zoo a themes *[!~]; mv themes.zoo ../../ | 	cd mintty-$(minttyver)/themes; zoo a themes *[!~]; mv themes.zoo ../../ | ||||||
|  | 	# add charnames.txt to support "Character Info" | ||||||
|  | 	cd mintty-$(minttyver)/src; sh ./mknames | ||||||
|  | 	cp mintty-$(minttyver)/src/charnames.txt . | ||||||
|  |  | ||||||
| cygwin: | cygwin: | ||||||
| 	mkdir -p bin | 	mkdir -p bin | ||||||
| @@ -144,6 +147,7 @@ cop:	ver | |||||||
| 	cp bin/zoo.exe rel/ | 	cp bin/zoo.exe rel/ | ||||||
| 	cp lang.zoo rel/ | 	cp lang.zoo rel/ | ||||||
| 	cp themes.zoo rel/ | 	cp themes.zoo rel/ | ||||||
|  | 	cp charnames.txt rel/ | ||||||
| 	cp bin/wslbridge.exe rel/ | 	cp bin/wslbridge.exe rel/ | ||||||
| 	cp bin/wslbridge-backend rel/ | 	cp bin/wslbridge-backend rel/ | ||||||
| 	cp LICENSE.* rel/ | 	cp LICENSE.* rel/ | ||||||
|   | |||||||
| @@ -55,6 +55,7 @@ FILE19="wsltty home & help.url" | |||||||
| FILE20="zoo.exe" | FILE20="zoo.exe" | ||||||
| FILE21="lang.zoo" | FILE21="lang.zoo" | ||||||
| FILE22="themes.zoo" | FILE22="themes.zoo" | ||||||
|  | FILE23="charnames.txt" | ||||||
|  |  | ||||||
| [SourceFiles] | [SourceFiles] | ||||||
| SourceFiles0=. | SourceFiles0=. | ||||||
| @@ -83,4 +84,5 @@ SourceFiles0=. | |||||||
| %FILE20%= | %FILE20%= | ||||||
| %FILE21%= | %FILE21%= | ||||||
| %FILE22%= | %FILE22%= | ||||||
|  | %FILE23%= | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user