fix: use correct manifest in build_release.py
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ def main():
|
||||
create_zip('chrome-extension', 'release/ely-extension-chrome.zip', 'manifest-v3.json')
|
||||
|
||||
# Firefox Extension (Manifest V2)
|
||||
create_zip('chrome-extension', 'release/ely-extension-firefox.zip', 'manifest.json')
|
||||
create_zip('chrome-extension', 'release/ely-extension-firefox.zip', 'manifest-firefox.json')
|
||||
|
||||
print("Build complete in /release folder.")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user