This commit is contained in:
vapormusic 2022-07-30 18:35:16 +07:00
parent d15a0351d4
commit 5ee6fc4e19

View file

@ -15,6 +15,9 @@ jobs:
executor: cider-ci
steps:
- checkout
- run:
name: Install buildtools
command: apt-get install autoconf automake g++ libtool || true
- run:
name: Update Version Number of App
command: sudo chmod +x resources/version.sh && ./resources/version.sh || true