We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d58ec32 + 0869e5f commit eb6723fCopy full SHA for eb6723f
1 file changed
build.sh
@@ -28,7 +28,7 @@ ldflags="\
28
"
29
30
FetchWebDev() {
31
- curl -L https://codeload.github.com/alist-org/web-dist/tar.gz/refs/heads/dev -o web-dist-dev.tar.gz
+ curl -L https://codeload.github.com/AlliotTech/web-dist/tar.gz/refs/heads/dev -o web-dist-dev.tar.gz
32
tar -zxvf web-dist-dev.tar.gz
33
rm -rf public/dist
34
mv -f web-dist-dev/dist public
0 commit comments