You've already forked filebrowser
mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-11-26 14:25:26 +08:00
add auto
This commit is contained in:
5
dist/automate.sh
vendored
5
dist/automate.sh
vendored
@@ -20,7 +20,7 @@ caddyext install hugo:github.com/hacdias/caddy-hugo
|
||||
mkdir -p $BuildDir
|
||||
cd $BuildDir
|
||||
rm -f caddy*
|
||||
gox $Package
|
||||
gox -os="linux" $Package
|
||||
|
||||
# Zip them up with release notes and stuff
|
||||
mkdir -p $ReleaseDir
|
||||
@@ -56,3 +56,6 @@ do
|
||||
done
|
||||
|
||||
caddyext remove hugo
|
||||
|
||||
echo $DistDir
|
||||
ls $DistDir
|
||||
|
||||
Reference in New Issue
Block a user