Skip to content

Commit

Permalink
Include analytics server assets
Browse files Browse the repository at this point in the history
  • Loading branch information
ZEBAS204 authored Dec 16, 2024
1 parent 8222400 commit 610e4a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions download_directory.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ mkdir -p tmp
# "TwitchChannelPointsMiner" automatically into the root directory.
curl -L https://api.github.com/repos/${repo}/tarball | tar -xz -C tmp --wildcards \
"*/TwitchChannelPointsMiner" \
"*/assets" \
"*/requirements.txt" \
--strip-components=1

# Move requirements.txt into TwitchChannelPointsMiner
mv tmp/requirements.txt tmp/TwitchChannelPointsMiner/
mv tmp/assets tmp/TwitchChannelPointsMiner/

# Finally move the TwitchChannelPointsMiner folder into the root directory
mv tmp/TwitchChannelPointsMiner .
Expand Down

0 comments on commit 610e4a3

Please sign in to comment.