summarylogtreecommitdiffstats
path: root/heroic-games-launcher-bin-wayland
blob: 687795da4e356b821f69a6dcbbbe3516d3fd3505 (plain)
1
2
3
4
5
6
#!/bin/bash

rm /usr/bin/heroic
echo -e "#! /bin/bash\n\n/opt/Heroic/heroic --ozone-platform-hint=auto" > /usr/bin/heroic
chmod +x /usr/bin/heroic