mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			263 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			263 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/sh
 | |
| mkdir app/src/main/assets/sounds
 | |
| cp ../sounds/* app/src/main/assets/sounds/
 | |
| mkdir app/src/main/res/raw/
 | |
| #for x in caves crossroads desert graveyard hell icyland jungle laboratory mirror rlyeh
 | |
| #do cp ../music/hr3-$x.ogg app/src/main/res/raw/$x.ogg
 | |
| #done
 | 
