mirror of
				https://github.com/OpenFusionProject/Client.git
				synced 2025-10-31 03:10:11 +00:00 
			
		
		
		
	 5d5dce9647
			
		
	
	5d5dce9647
	
	
	
		
			
			I had to hack the package.json to force `electron-prebuilt` to use a 32-bit binary - everything else should be fairly out of the box
		
			
				
	
	
		
			18 lines
		
	
	
		
			819 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			819 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html>
 | |
| <head>
 | |
|     <title>OpenFusion: Initial Setup</title>
 | |
| </head>
 | |
| <body style="overflow:hidden;background-color:#000;user-select:none;-webkit-user-select:none;">
 | |
|     <center>
 | |
|         <div><img src="assets/img/of-3.png" width="256">
 | |
|             <div>
 | |
|                 <img src="assets/img/spinner.gif" width=50px/>
 | |
|             </div>
 | |
|             <div style="margin-top: 15px;">
 | |
|                 <p style='text-shadow:1px 1px 8px #4349C4;color:#4A76B7;font-size:18px;font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";'>OpenFusion is setting up...<br>Please wait - this should take <br>less than a minute.</p>
 | |
|             </div>
 | |
|         </div>
 | |
|     </center>
 | |
| </body>
 | |
| </html> |