mirror of
				https://github.com/davidgiven/fluxengine.git
				synced 2025-10-24 11:11:02 -07:00 
			
		
		
		
	Try building a Windows manifest.
This commit is contained in:
		| @@ -32,3 +32,13 @@ normalrule( | ||||
|     commands=["iconutil -c icns -o {outs[0]} {ins[0]}"], | ||||
|     label="ICONUTIL", | ||||
| ) | ||||
|  | ||||
| normalrule( | ||||
|     name="fluxengine_ico", | ||||
|     ins=["./icon.png"], | ||||
|     outs=["fluxengine.ico"], | ||||
|     commands=[ | ||||
|         "convert {ins[0]} -resize 64x46 -define icon:auto-resize=64,48,32,16 {outs[0]}" | ||||
|     ], | ||||
|     label="MAKEICON", | ||||
| ) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user