Skip to content

Commit

Permalink
rc-files: Add TODO for auto fetching the latest tag
Browse files Browse the repository at this point in the history
Signed-off-by: Mahid Sheikh <[email protected]>
  • Loading branch information
StandingPadAnimations committed Jun 17, 2024
1 parent 9106447 commit ea2a26d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rc-files/download_resources.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Get the latest stable release and unzip
#
# TODO: Automatically get the latest tag and download link. Perhaps
# through the GitHub API?
wget "https://github.com/Moo-Ack-Productions/MCprep/releases/download/3.5.3/MCprep_addon_3.5.3.zip"
mkdir MCprep_stable_release
unzip ./MCprep_addon_*.zip -d MCprep_stable_release
Expand Down

0 comments on commit ea2a26d

Please sign in to comment.