Merge pull request #389 from colkito/fix/added-version-webapp
added version.js to webapp/chrome extension
This commit is contained in:
commit
8461a585ad
1 changed files with 2 additions and 2 deletions
|
|
@ -58,12 +58,12 @@ checkOK
|
||||||
|
|
||||||
# Copy all app files
|
# Copy all app files
|
||||||
echo -e "${OpenColor}${Green}* Copying all app files...${CloseColor}"
|
echo -e "${OpenColor}${Green}* Copying all app files...${CloseColor}"
|
||||||
cp -af {css,font,img,js,lib,sound,config.js,index.html} $APPDIR
|
cp -af {css,font,img,js,lib,sound,config.js,version.js,index.html} $APPDIR
|
||||||
checkOK
|
checkOK
|
||||||
|
|
||||||
# Copy all chrome-extension files
|
# Copy all chrome-extension files
|
||||||
echo -e "${OpenColor}${Green}* Copying all chrome-extension files...${CloseColor}"
|
echo -e "${OpenColor}${Green}* Copying all chrome-extension files...${CloseColor}"
|
||||||
cp -af {css,font,img,js,lib,sound,config.js,index.html,popup.html,manifest.json} $CHROMEDIR
|
cp -af {css,font,img,js,lib,sound,config.js,version.js,index.html,popup.html,manifest.json} $CHROMEDIR
|
||||||
checkOK
|
checkOK
|
||||||
|
|
||||||
# Zipping apps
|
# Zipping apps
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue