Skip to content

Commit 218ad18

Browse files
committed
build(chromium): use symlink in chromium dir
1 parent c4a885a commit 218ad18

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build-chromium.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ delete o.browser_specific_settings.chromium_background
1616
console.log(JSON.stringify(o, null, ' '))
1717
" > chromium/manifest.json
1818

19-
cp -rvu browser-polyfill.min.js* common.js helper.js \
19+
ln -sr browser-polyfill.min.js* common.js helper.js \
2020
content-script.js service-worker.js vendor \
2121
options view css fonts icons _locales \
2222
chromium

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"browser_specific_settings": {
33
"gecko": {
4-
"id": "textarea-cache-lite-dev@wildsky.cc",
4+
55
"strict_min_version": "58.0"
66
},
77
"chromium_background": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"webExt": {
1212
"ignoreFiles": [
13-
"**/*~"
13+
"**/*~", "chromium"
1414
]
1515
}
1616
}

0 commit comments

Comments
 (0)