mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-10-31 10:44:49 +01:00 
			
		
		
		
	CI: workaround appimage generation if FUSE is not available
This commit is contained in:
		
							parent
							
								
									9981ce8d98
								
							
						
					
					
						commit
						161d696013
					
				| @ -24,6 +24,11 @@ cd build | ||||
| wget -nc https://github.com/yuzu-emu/ext-linux-bin/raw/main/appimage/appimagetool-x86_64.AppImage | ||||
| chmod 755 appimagetool-x86_64.AppImage | ||||
| 
 | ||||
| # if FUSE is not available, then fallback to extract and run | ||||
| if ! ./appimagetool-x86_64.AppImage --version; then | ||||
|     export APPIMAGE_EXTRACT_AND_RUN=1 | ||||
| fi | ||||
| 
 | ||||
| if [ "${RELEASE_NAME}" = "mainline" ]; then | ||||
|     # Generate update information if releasing to mainline | ||||
|     ./appimagetool-x86_64.AppImage -u "gh-releases-zsync|yuzu-emu|yuzu-${RELEASE_NAME}|latest|yuzu-*.AppImage.zsync" AppDir "${APPIMAGE_NAME}" | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user