mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-10-31 02:34:11 +01:00 
			
		
		
		
	ci/linux: Fix find parameter order
Co-authored-by: liamwhite <liamwhite@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									00b0938f10
								
							
						
					
					
						commit
						c206a04747
					
				| @ -42,7 +42,7 @@ for EXE in yuzu; do | ||||
|     mv $EXE_PATH.out $EXE_PATH | ||||
| done | ||||
| # Strip debug symbols from all executables | ||||
| find -type f bin/ -not -regex '.*.debug' -exec strip -g {} ';' | ||||
| find bin/ -type f -not -regex '.*.debug' -exec strip -g {} ';' | ||||
| 
 | ||||
| DESTDIR="$PWD/AppDir" ninja install | ||||
| rm -vf AppDir/usr/bin/yuzu-cmd AppDir/usr/bin/yuzu-tester | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user