mirror of
https://github.com/shvedes/photoshop-linux.git
synced 2025-09-09 04:35:00 +00:00
Removed os specific wonetricks args
This commit is contained in:
parent
4d7a01c7c9
commit
97724fd0cd
12
install.sh
12
install.sh
@ -224,17 +224,7 @@ setup_wine() {
|
||||
print_log "Executing winetricks."
|
||||
print_log "Downloading and installing core components for wine prefix. This could take some time."
|
||||
|
||||
local winetricks_args
|
||||
case "${OS_ID}" in
|
||||
redos)
|
||||
winetricks_args=(corefonts win10 vkd3d msxml3 msxml6 gdiplus)
|
||||
;;
|
||||
*)
|
||||
winetricks_args=(corefonts win10 vkd3d dxvk2030 msxml3 msxml6 gdiplus)
|
||||
;;
|
||||
esac
|
||||
|
||||
if ! winetricks --unattended "${winetricks_args[@]}" &>./install_log.log; then
|
||||
if ! winetricks --unattended corefonts win10 vkd3d dxvk2030 msxml3 msxml6 gdiplus &>./install_log.log; then
|
||||
print_error "Winetricks terminated with an error."
|
||||
print_error "Please open an issue by mentioning the contents of ${YELLOW}./install_log.log${RESET}."
|
||||
exit 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user