mirror of
https://github.com/tinode/chat.git
synced 2026-05-07 20:12:42 +00:00
explicitly list static files to copy
This commit is contained in:
+3
-1
@@ -64,7 +64,9 @@ then
|
||||
cp ./server/static/img/*.png ./releases/tmp/static/img
|
||||
cp ./server/static/img/*.svg ./releases/tmp/static/img
|
||||
cp ./server/static/img/*.jpeg ./releases/tmp/static/img
|
||||
cp ./server/static/img/bkg/*.* ./releases/tmp/static/img/bkg
|
||||
cp ./server/static/img/bkg/*.png ./releases/tmp/static/img/bkg
|
||||
cp ./server/static/img/bkg/*.jpg ./releases/tmp/static/img/bkg
|
||||
cp ./server/static/img/bkg/*.json ./releases/tmp/static/img/bkg
|
||||
cp ./server/static/audio/*.m4a ./releases/tmp/static/audio
|
||||
cp ./server/static/css/*.css ./releases/tmp/static/css
|
||||
cp ./server/static/index.html ./releases/tmp/static
|
||||
|
||||
Reference in New Issue
Block a user