2013-02-13 10:04:43 +01:00

10 lines
266 B
Bash
Executable File

#!/bin/sh
./build.py
cp iitc-debug.user.js dist/total-conversion-build.user.js
cp style.css dist/style.css
cp external/* dist/
cp -r images/ dist/images
echo 'Change path of style.css to dist/style.css'