Added support for building any specified version

This commit is contained in:
Nikhil Badyal
2022-08-17 13:52:10 +05:30
parent 8cedf81350
commit 9ec197556f
2 changed files with 46 additions and 24 deletions
+13
View File
@@ -0,0 +1,13 @@
#!/bin/bash
set -o errexit
set -o pipefail
set -o nounset
export PATCH_APPS=youtube,twitter,reddit
export YOUTUBE_VERSION=latest
export YOUTUBE_MUSIC_VERSION=latest
export TWITTER_VERSION=latest
export REDDIT_VERSION=latest
export TIKTOK_VERSION=latest
export WARNWETTER_VERSION=latest