ソースを参照

Copy keys.sh in build script

tags/v1.0
Matt Baer 7年前
コミット
ac04f862b1
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      build.sh

+ 1
- 0
build.sh ファイルの表示

@@ -23,6 +23,7 @@ cp static/*.html build/static/
cp static/css/*.css build/static/css/
cp -r static/js/* build/static/js/
cp -r templates/ build/
cp keys.sh build/

echo -e "$L Building application..."
cd main/


読み込み中…
キャンセル
保存