瀏覽代碼

Fix package.sh script

Danilo Bargen 8 年之前
父節點
當前提交
0a8552e87b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dist/package.sh

+ 1 - 1
dist/package.sh

@@ -83,7 +83,7 @@ for target in "${targets[@]}"; do
 done
 
 echo "+ Update version number..."
-sed -i "s/\[\[VERSION\]\]/${VERSION}/g" $DIR/index.html $DIR/troubleshoot/index.html $DIR/dist/app.js $DIR/version.txt $DIR/libs/emojione/emojione.sprites.32.css
+sed -i "s/\[\[VERSION\]\]/${VERSION}/g" $DIR/index.html $DIR/troubleshoot/index.html $DIR/dist/app.js $DIR/version.txt
 
 echo "+ Update permissions..."
 find $DIR/ -type f -exec chmod 644 {} \;