Skip to content

Instantly share code, notes, and snippets.

@Daniel-VDM
Last active November 16, 2024 11:08
Show Gist options
  • Select an option

  • Save Daniel-VDM/8be7f0577a05baf8c63448cd1bba332e to your computer and use it in GitHub Desktop.

Select an option

Save Daniel-VDM/8be7f0577a05baf8c63448cd1bba332e to your computer and use it in GitHub Desktop.
ffxiv-beta-dalamud.sh
curl -L -o /usr/bin/jq.exe https://github.com/stedolan/jq/releases/latest/download/jq-win64.exe
key=$(curl -s https://kamori.goats.dev/Dalamud/Release/VersionInfo?track=staging | jq -r '.key')
cp $HOME/AppData/Roaming/XIVLauncher/dalamudConfig.json $HOME/AppData/Roaming/XIVLauncher/dalamudConfig.json.$(date +%s ).bak
cat $HOME/AppData/Roaming/XIVLauncher/dalamudConfig.json | jq ".DalamudBetaKey = \"$key\"" > $HOME/AppData/Roaming/XIVLauncher/dalamudConfig.json
@Daniel-VDM
Copy link
Author

Daniel-VDM commented Mar 20, 2024

@Daniel-VDM
Copy link
Author

Daniel-VDM commented Nov 16, 2024

Building from source and manually injecting docs.

Note, to run .\build.ps1, you need to give windows the perms to do so, blog.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment