git bash
This commit is contained in:
		@@ -2,7 +2,7 @@ os: windows
 | 
				
			|||||||
language: node_js
 | 
					language: node_js
 | 
				
			||||||
node_js:
 | 
					node_js:
 | 
				
			||||||
- '9.9.0'
 | 
					- '9.9.0'
 | 
				
			||||||
script: 7z a
 | 
					script: node -v
 | 
				
			||||||
before_deploy:
 | 
					before_deploy:
 | 
				
			||||||
  - cd app
 | 
					  - cd app
 | 
				
			||||||
  - npm install electron -g
 | 
					  - npm install electron -g
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user