mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-10-31 10:44:49 +01:00 
			
		
		
		
	Fixed packaging on some systems with different QT5 path
This commit is contained in:
		
							parent
							
								
									ff0c49e1ce
								
							
						
					
					
						commit
						8af62c9997
					
				
							
								
								
									
										8
									
								
								.ci/scripts/windows/docker.sh
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							
							
						
						
									
										8
									
								
								.ci/scripts/windows/docker.sh
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							| @ -29,7 +29,13 @@ echo 'Prepare binaries...' | ||||
| cd .. | ||||
| mkdir package | ||||
| 
 | ||||
| QT_PLATFORM_DLL_PATH='/usr/x86_64-w64-mingw32/lib/qt5/plugins/platforms/' | ||||
| if [ -d "/usr/x86_64-w64-mingw32/lib/qt5/plugins/platforms/" ]; then | ||||
|   QT_PLATFORM_DLL_PATH='/usr/x86_64-w64-mingw32/lib/qt5/plugins/platforms/' | ||||
| else | ||||
|   #fallback to qt | ||||
|   QT_PLATFORM_DLL_PATH='/usr/x86_64-w64-mingw32/lib/qt/plugins/platforms/' | ||||
| fi | ||||
| 
 | ||||
| find build/ -name "yuzu*.exe" -exec cp {} 'package' \; | ||||
| 
 | ||||
| # copy Qt plugins | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user