You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: script/build-chrome.sh
+1-1
Original file line number
Diff line number
Diff line change
@@ -22,4 +22,4 @@ yarn build:ext
22
22
23
23
# Zip the distribution folder
24
24
echo'Zip the extension'
25
-
cd dist/ && zip -r ../chrome_extension.zip * -x "*.DS_Store""web_manifest.json""screenshots/*""images/*""favicon.ico""robots.txt""base.manifest.json""chrome.manifest.json""firefox.manifest.json"&&cd ..
25
+
cd dist/ && zip -r ../chrome_extension.zip * -x "*.DS_Store""web_manifest.json""screenshots/*""images/*""robots.txt""base.manifest.json""chrome.manifest.json""firefox.manifest.json"&&cd ..
Copy file name to clipboardexpand all lines: script/build-firefox.sh
+1-1
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ yarn build:ext
27
27
28
28
# Zip the distribution folder
29
29
echo'Zip the extension'
30
-
cd dist/ && zip -r ../firefox_extension.zip * -x "*.DS_Store""web_manifest.json""screenshots/*""images/*""favicon.ico""robots.txt""base.manifest.json""chrome.manifest.json""firefox.manifest.json"&&cd ..
30
+
cd dist/ && zip -r ../firefox_extension.zip * -x "*.DS_Store""web_manifest.json""screenshots/*""images/*""robots.txt""base.manifest.json""chrome.manifest.json""firefox.manifest.json"&&cd ..
0 commit comments