Skip to content

Instantly share code, notes, and snippets.

View Frehgin's full-sized avatar

Frehgin Frehgin

  • France
  • 06:07 (UTC +01:00)
View GitHub Profile
@remi-dupre
remi-dupre / steam-ankama-launcher.sh
Last active December 13, 2025 14:43
Get Dofus running on the SteamDeck
#!/bin/bash
# Runs Ankama Launcher on a steam deck by using existing Proton runtime.
#
# /!\ You must ensure that you have a Proton instance installed through
# steam before running this script.
DOWNLOAD_URL="https://launcher.cdn.ankama.com/installers/production/Ankama%20Launcher-Setup-x86_64.AppImage"
STEAM_COMMON="/home/deck/.local/share/Steam/steamapps/common"
# Init compatdata dir
CURR_DIR=`dirname ${BASH_SOURCE[0]}`