mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-10-31 02:27:18 -04:00 
			
		
		
		
	* Much better, but still broken It crashes with two custom pages after one another. (So when the service should be installed). * Fixed the problems and finished the NSIS installer. Also ignored some of the artifacts. * Added changes to CI for setup building. Consolidate building and fixed git error. Small CI fixes. Move UX repo to SourcesDirectory Fix stupid checkout <> clone error. Fix typo in PowerShell command. Artifact publish tasks can not have wildcards.
		
			
				
	
	
		
			11 lines
		
	
	
		
			240 B
		
	
	
	
		
			NSIS
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			240 B
		
	
	
	
		
			NSIS
		
	
	
	
	
	
| ; Show error
 | |
| !macro ShowError TEXT RETRYLABEL
 | |
|   MessageBox MB_ABORTRETRYIGNORE|MB_ICONSTOP "${TEXT}" IDIGNORE +2 IDRETRY ${RETRYLABEL}
 | |
|   Abort
 | |
| !macroend
 | |
| 
 | |
| !macro ShowErrorFinal TEXT
 | |
|   MessageBox MB_OK|MB_ICONSTOP "${TEXT}"
 | |
|   Abort
 | |
| !macroend
 |