forked from CastroFidel/PortWINE
		
	Merge branch 'icoextract' of github.com:Boria138/PortWINE into Boria138-icoextract
This commit is contained in:
		| @@ -1441,7 +1441,9 @@ pw_create_gui_png () { | ||||
|     if [[ ! -f "${PORT_WINE_PATH}/data/img/${PORTPROTON_NAME}.png" ]] ; then | ||||
|         try_remove_dir "${PORT_WINE_TMP_PATH}/tmp_img" | ||||
|         create_new_dir "${PORT_WINE_TMP_PATH}/tmp_img" | ||||
|         if command -v wrestool &>/dev/null ; then | ||||
|         if command -v icoextract &>/dev/null ; then | ||||
|             icoextract "$(readlink -f "${portwine_exe}")" "${PORT_WINE_TMP_PATH}/tmp_img/${PORTPROTON_NAME}.ico" | ||||
|         elif command -v wrestool &>/dev/null ; then | ||||
|             wrestool -x --output="${PORT_WINE_TMP_PATH}/tmp_img/" -t14 "$(readlink -f "${portwine_exe}")" | ||||
|         else | ||||
|             env LD_LIBRARY_PATH="${PW_PLUGINS_PATH}/portable/lib/lib64" "${PW_PLUGINS_PATH}/portable/bin/wrestool" \ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user