- Release day: https://usebottles.com/blog/release-2022.5.28/
News:
- New
shell
option forbottles-cli
allowing launchers like itch.io working with Bottles
How to use with itch.io:
- make a new Gaming bottle named
itchio
or whatever you want - create
~/.local/bin/wine
with 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
wine
executable in your system and can't uninstall, launch itch.io withPATH=~/.local/bin
env var