Skip to content

Commit 3fda72e

Browse files
committed
improve build script to create testable output dir
1 parent 1b2d92b commit 3fda72e

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
kagi_chrome_*.zip
2+
unpacked

build.sh

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ output="kagi_chrome_${version}.zip"
77

88
rm -f "$output"
99
zip -r "$output" "${inputs[@]}"
10+
unzip -d unpacked "$output" # test from this dir to ensure full asset capture

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "Kagi Search",
4-
"version": "1.2",
4+
"version": "1.2.1",
55
"description": "Set Kagi as your default search engine while also preserving your session in private browsing. Remember to enable 'Allow Incognito'.",
66
"background": {
77
"service_worker": "service_worker.js",

0 commit comments

Comments
 (0)