Update 'mkimg.sh'
All checks were successful
gitea-sync/antos-appimage/pipeline/head This commit looks good
All checks were successful
gitea-sync/antos-appimage/pipeline/head This commit looks good
This commit is contained in:
parent
e3c5581b81
commit
cf8ef35d2c
3
mkimg.sh
3
mkimg.sh
@ -47,6 +47,9 @@ cp -rf $W/backend/build/$arch/* antos.AppDir/
|
||||
|
||||
cp -rf $W/frontend/$tag/build/* antos.AppDir/
|
||||
|
||||
# release antos doc
|
||||
[ -d "$W/frontend/$tag/doc" ] && cp -rf $W/frontend/$tag/doc /home/dany/public/antos-release/doc/$tag
|
||||
|
||||
# create binary tar.gz
|
||||
[ ! -d "build/$tag" ] && mkdir -p build/$tag
|
||||
cd antos.AppDir
|
||||
|
Loading…
Reference in New Issue
Block a user