Use Bottles as wine command
Bottles can also works as the default wine command in your system.
Custom wine command
#!/bin/sh
flatpak run --command='bottles-cli' com.usebottles.bottles run -b MyBottle -e "$@"#!/bin/sh
bottles-cli run -b MyBottle -e "$@"chmod +x ~/.local/bin/wineUsage
wine program_name.exe # or installer_name.msiLast updated
Was this helpful?