You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
424 B

10 years ago
10 years ago
  1. #!/bin/bash
  2. #
  3. # This script assumes a linux environment
  4. echo "*** µMatrix(Chromium): Creating package"
  5. echo "*** µMatrix(Chromium): Copying files"
  6. mkdir -p ./dist/uMatrix.chromium
  7. cp -R ./src/* ./dist/uMatrix.chromium/
  8. cp -R ./tools/_locales ./dist/uMatrix.chromium/
  9. cp -R ./assets ./dist/uMatrix.chromium/
  10. cp ./meta/chromium/* ./dist/uMatrix.chromium/
  11. echo "*** µMatrix(Chromium): Package done."