We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c450ee commit a2da277Copy full SHA for a2da277
bin/zip_for_release
@@ -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