Skip to content

Commit

Permalink
Update link to hashes.game.txt file
Browse files Browse the repository at this point in the history
  • Loading branch information
Morilli committed Mar 29, 2024
1 parent d40ba2f commit 81c9c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ copy2folder() {
cp "$1/cslol-manager.exe" "$2"
echo "windeployqt is only necessary for non-static builds"
windeployqt --qmldir "src/qml" "$2/cslol-manager.exe"
curl -N -R -L -o "$2/cslol-tools/hashes.game.txt" "https://raw.githubusercontent.com/CommunityDragon/CDTB/master/cdragontoolbox/hashes.game.txt"
curl -N -R -L -o "$2/cslol-tools/hashes.game.txt" "https://raw.communitydragon.org/data/hashes/lol/hashes.game.txt"
}

VERSION=$(git log --date=short --format="%ad-%h" -1)
Expand Down

0 comments on commit 81c9c2e

Please sign in to comment.