mirror of
				https://github.com/open-webui/assistant
				synced 2025-06-26 18:15:57 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			358 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			358 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| .PHONY: all clean install
 | |
| 
 | |
| clean:
 | |
| 	rm -rf node_modules
 | |
| 
 | |
| all:
 | |
| 	npm i
 | |
| 	rm -f node_modules/@jimp/core/node_modules/.bin/mkdirp
 | |
| 	rm -f node_modules/execa/node_modules/.bin/semver
 | |
| 	rm -f node_modules/execa/node_modules/.bin/which
 | |
| 	npm run make
 | |
| 
 | |
| install:
 | |
| 	mv out/open-webui-assistant-darwin-arm64/open-webui-assistant.app ~/Applications/Open\ WebUI\ Assistant.app
 |