Skip to content

Commit

Permalink
ensure icons can load properly
Browse files Browse the repository at this point in the history
  • Loading branch information
ahgamut committed May 23, 2024
1 parent c64347f commit 53b9478
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/scripts/collect-jars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@ cp ../../target/shoecomp-1.0-SNAPSHOT-shaded.jar ./shoecomp-1.0.jar
# https://figshare.com/articles/dataset/Custom_toolbars_and_mini_applications_with_Action_Bar/3397603
echo "downloading action_bar.jar..."
JAR_URL="https://figshare.com/ndownloader/files/42230733"
# ActionBar needs this specific folder location in order to load icons
mkdir -p ActionBar/icons
cd ActionBar/icons
wget -qO action_bar.jar $JAR_URL

0 comments on commit 53b9478

Please sign in to comment.