Przeglądaj źródła

Fix package.sh script

Danilo Bargen 8 lat temu
rodzic
commit
0a8552e87b
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      dist/package.sh

+ 1 - 1
dist/package.sh

@@ -83,7 +83,7 @@ for target in "${targets[@]}"; do
 done
 done
 
 
 echo "+ Update version number..."
 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..."
 echo "+ Update permissions..."
 find $DIR/ -type f -exec chmod 644 {} \;
 find $DIR/ -type f -exec chmod 644 {} \;