فهرست منبع

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
 zip -r singlefile-extension-firefox.zip manifest.json extension lib _locales index.js
 cp manifest.json manifest.copy.json
 cp manifest.json manifest.copy.json
 jq "del(.applications,.permissions[0],.options_ui.browser_style)" manifest.copy.json > manifest.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
 mv manifest.copy.json manifest.json