diff options
Diffstat (limited to 'tools/make-opera.sh')
-rwxr-xr-x | tools/make-opera.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/make-opera.sh b/tools/make-opera.sh index 4d754d4..24a8ed3 100755 --- a/tools/make-opera.sh +++ b/tools/make-opera.sh @@ -16,8 +16,11 @@ cp -R src/img $DES/ cp -R src/js $DES/ cp -R src/lib $DES/ cp -R src/_locales $DES/ + cp src/*.html $DES/ cp platform/chromium/*.js $DES/js/ +cp -R platform/chromium/img $DES/ + cp platform/opera/manifest.json $DES/ cp LICENSE.txt $DES/ |