Browse Source

Updated build script

master
Said Achmiz 6 years ago
parent
commit
cc35f839a1
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      build.sh

+ 2
- 1
build.sh View File

@@ -1,3 +1,4 @@
#!/bin/sh

cp src/platform/$1/manifest.json build/$1/manifest.json
cp src/platform/$1/manifest.json build/$1/manifest.json
cp -R src/{*.js,*.html,*.css,fonts,images} build/$1/

Loading…
Cancel
Save