Skip to content

Commit

Permalink
feat: build for firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
liady committed Dec 7, 2022
1 parent 3694c1b commit 3f845a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
#!/bin/sh
mkdir -p ../dist/v${VERSION}
cd src

VERSION=$(cat manifest.json | grep '"version":' | cut -d '"' -f 4)
echo "Building version $VERSION"

# create dist folder
mkdir -p ../dist/v${VERSION}

# build chrome
zip -r ../dist/v${VERSION}/chrome-chatgpt-share-v${VERSION}.zip .

Expand Down

0 comments on commit 3f845a0

Please sign in to comment.