Skip to content

Commit 1b2d92b

Browse files
committed
include popup files in build script
1 parent a544ceb commit 1b2d92b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -xeou pipefail
33

44
version="$(jq -r .version <manifest.json)"
5-
inputs=(icons manifest.json service_worker.js)
5+
inputs=(icons manifest.json service_worker.js popup.html popup-animation.gif)
66
output="kagi_chrome_${version}.zip"
77

88
rm -f "$output"

0 commit comments

Comments
 (0)