Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
juejijianghuaa authored Sep 12, 2023
1 parent 3f4f548 commit f9060c4
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,13 @@ ldflags="\
"

FetchWebRelease() {
curl -L https://jihulab.com/dukunjueji/CatVodSpider/-/raw/main/json/alist/dkdist.tar.gz -o dist.tar.gz
curl -L https://jihulab.com/dukunjueji/CatVodSpider/-/raw/main/json/alist/dist.tar.gz -o dist.tar.gz
tar -zxvf dist.tar.gz
rm -rf public/dist
mv -f dist public
rm -rf dist.tar.gz
}

FetchWebRelease() {
curl -L https://jihulab.com/dukunjueji/CatVodSpider/-/raw/main/json/alist/dist.zip -o dist.zip
tar -zxvf dist.zip
rm -rf public/dist
mv -f dist public
rm -rf dist.zip
}

BuildWinArm64() {
echo building for windows-arm64
chmod +x ./wrapper/zcc-arm64
Expand Down

0 comments on commit f9060c4

Please sign in to comment.