fixed msi
This commit is contained in:
		
							parent
							
								
									50dec0cb60
								
							
						
					
					
						commit
						2aa42b4eb1
					
				
							
								
								
									
										2
									
								
								makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								makefile
									
									
									
									
									
								
							| @ -100,7 +100,7 @@ ifeq ($(OS),Windows_NT) | |||||||
| pkg-msi: ## Create MSI package
 | pkg-msi: ## Create MSI package
 | ||||||
| 	@rm -f $(OUTDIR)/$(MSI_FILE) | 	@rm -f $(OUTDIR)/$(MSI_FILE) | ||||||
| 	@mkdir -p $(TMPDIR) | 	@mkdir -p $(TMPDIR) | ||||||
| 	go-msi to-rtf --src LICENSE.txt --out $(TMPDIR)/LICENSE.rtf -e | 	go-msi to-rtf --src LICENSE --out $(TMPDIR)/LICENSE.rtf -e | ||||||
| 	go-msi generate-templates --path build/package/msi/wix.json \
 | 	go-msi generate-templates --path build/package/msi/wix.json \
 | ||||||
| 	 --src build/package/msi/templates --out $(TMPDIR) \
 | 	 --src build/package/msi/templates --out $(TMPDIR) \
 | ||||||
| 	 --version $(MSI_VERSION) --display $(VERSION) --license tmp/LICENSE.rtf | 	 --version $(MSI_VERSION) --display $(VERSION) --license tmp/LICENSE.rtf | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user