Skip to content

Commit a2da277

Browse files
committed
Add script for zipping up extension releases.
1 parent 5c450ee commit a2da277

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

bin/zip_for_release

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/usr/bin/env sh
2+
3+
EXT_NAME="ProtonDB-for-Steam"
4+
EXT_VERSION=$(jq --raw-output .version src/manifest.json)
5+
6+
cd src/ || exit
7+
zip -r "../${EXT_NAME}-${EXT_VERSION}.zip" ./*

0 commit comments

Comments
 (0)