- Release day: https://usebottles.com/blog/release-2022.5.28/
News:
- New
shelloption forbottles-cliallowing launchers like itch.io working with Bottles
How to use with itch.io:
- make a new Gaming bottle named
itchioor whatever you want - create
~/.local/bin/winewith content:
#!/bin/sh
flatpak run --command='bottles-cli' com.usebottles.bottles shell -b itchio -i "$@"changing itchio with your bottle name (the Path key in your bottle.yml)
- make it executable
chmod +x ~/.local/bin/wine - make a
Games/path in the bottle'sdrive_c/and choose it when installing games from itch.io - enjoy and report bugs.
If you already have a
wineexecutable in your system and can't uninstall, launch itch.io withPATH=~/.local/binenv var