Updated ZIP

This commit is contained in:
Kevin R
2023-01-31 22:36:55 +01:00
parent 635be47e4c
commit 9f52c1e3c8
2 changed files with 13 additions and 14 deletions

View File

@@ -24,26 +24,26 @@ hash rules:
- data.minify.json
- rules.minify.hash
bundle addon firefox:
bundle addon:
stage: build
script:
- zip ClearURLs-firefox -r -FS clearurls.js browser-polyfill.js manifest.json img/* external_js/* html/* core_js/* css/* fonts/* _locales/*
- zip ClearURLs -r -FS clearurls.js browser-polyfill.js manifest.json img/* external_js/* html/* core_js/* css/* fonts/* _locales/*
only:
- master
artifacts:
paths:
- ClearURLs-firefox.zip
- ClearURLs.zip
bundle addon chrome:
stage: build
script:
#bundle addon chrome:
#stage: build
#script:
#- jq 'del(.applications)' manifest.json > manifest.json.tmp && mv manifest.json.tmp manifest.json
- zip ClearURLs-chrome -r -FS clearurls.js browser-polyfill.js manifest.json img/* external_js/* html/* core_js/* css/* fonts/* _locales/*
only:
- master
artifacts:
paths:
- ClearURLs-chrome.zip
#- zip ClearURLs-chrome -r -FS clearurls.js browser-polyfill.js manifest.json img/* external_js/* html/* core_js/* css/* fonts/* _locales/*
#only:
# - master
#artifacts:
# paths:
# - ClearURLs-chrome.zip
pages:
stage: deploy