add batch file for extracting deb files (myspell)
This commit is contained in:
		
							parent
							
								
									b1f9c2cef1
								
							
						
					
					
						commit
						d7db6fabfb
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		
							
								
								
									
										2
									
								
								build/deb-extract.bat
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										2
									
								
								build/deb-extract.bat
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,2 @@
 | 
			
		|||
@echo off
 | 
			
		||||
for %%A in (*.deb) do 7z x %%A && 7z x data.tar && del data.tar
 | 
			
		||||
		Loading…
	
	Add table
		
		Reference in a new issue