Commit graph

111 commits

Author SHA1 Message Date
julian
ab2806a4b7 add master build script 2024-05-21 18:27:58 -06:00
sneurlax
ef293ac68e if [ $# -ne 4 2024-05-21 17:13:23 -05:00
sneurlax
ac38384e85 require both args 2024-05-21 17:09:22 -05:00
sneurlax
c828081c3d require args 2024-05-21 17:05:45 -05:00
julian
6619940c93 Merge remote-tracking branch 'origin/appConfig' into appConfig 2024-05-21 15:43:22 -06:00
julian
f02634f635 link assets based on config 2024-05-21 15:42:27 -06:00
sneurlax
532990ae95 call version update script from configure_duo script
version 2.0.0 by default and increments the build number if none passed explicitly.
2024-05-21 16:23:10 -05:00
sneurlax
d329eba45e add version & build number update script
```
# To update both version and build number
./update_version.sh -v 2.0.1 -b 223

# To update only the build number
./update_version.sh -b 223

# To update only the version
./update_version.sh -v 2.0.1

# To increment the build number by one
./update_version.sh
```
2024-05-21 16:23:05 -05:00
sneurlax
8c0eba3c38 remove unneeded files from duo asset bundle 2024-05-21 14:55:32 -05:00
sneurlax
d37be9d54e include duo assets archive and extract it over our own assets via script 2024-05-21 14:08:19 -05:00
julian
ee3b16bcc6 refactor scripts slightly 2024-05-15 17:14:03 -06:00