From 863aaa5401af049ff4359a23b9a78476e4369567 Mon Sep 17 00:00:00 2001 From: gorhill Date: Fri, 6 Feb 2015 10:30:22 -0500 Subject: this fixes #685 --- tools/make-chromium.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') diff --git a/tools/make-chromium.sh b/tools/make-chromium.sh index 80bd3a2..5d0ac15 100755 --- a/tools/make-chromium.sh +++ b/tools/make-chromium.sh @@ -19,6 +19,7 @@ cp -R src/_locales $DES/ cp -R $DES/_locales/nb $DES/_locales/no cp src/*.html $DES/ cp platform/chromium/*.js $DES/js/ +cp platform/chromium/*.html $DES/ cp platform/chromium/manifest.json $DES/ cp LICENSE.txt $DES/ -- cgit v1.1