Skip to content

Commit eb6723f

Browse files
authored
Merge pull request #6 from AlliotTech/feat/replace-web-dist
chore: update FetchWebDev function to use the correct repository for …
2 parents d58ec32 + 0869e5f commit eb6723f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ldflags="\
2828
"
2929

3030
FetchWebDev() {
31-
curl -L https://codeload.github.com/alist-org/web-dist/tar.gz/refs/heads/dev -o web-dist-dev.tar.gz
31+
curl -L https://codeload.github.com/AlliotTech/web-dist/tar.gz/refs/heads/dev -o web-dist-dev.tar.gz
3232
tar -zxvf web-dist-dev.tar.gz
3333
rm -rf public/dist
3434
mv -f web-dist-dev/dist public

0 commit comments

Comments
 (0)