This commit is contained in:
vapormusic 2022-07-30 18:36:58 +07:00
parent 5ee6fc4e19
commit 537b05f656

View file

@ -17,7 +17,7 @@ jobs:
- checkout
- run:
name: Install buildtools
command: apt-get install autoconf automake g++ libtool || true
command: sudo 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