ソースを参照

fixed build script for Chrome

Gildas 6 年 前
コミット
6a24d6b092
1 ファイル変更1 行追加1 行削除
  1. 1 1
      build-extension.sh

+ 1 - 1
build-extension.sh

@@ -3,5 +3,5 @@ rm singlefile-extension-firefox.zip singlefile-extension-chromium.zip
 zip -r singlefile-extension-firefox.zip manifest.json extension lib _locales index.js
 cp manifest.json manifest.copy.json
 jq "del(.applications,.permissions[0],.options_ui.browser_style)" manifest.copy.json > manifest.json
-zip -r singlefile-extension-chromium.zip manifest.json extension lib _locales
+zip -r singlefile-extension-chromium.zip manifest.json extension lib _locales index.js
 mv manifest.copy.json manifest.json