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 - checkout
- run: - run:
name: Install buildtools name: Install buildtools
command: apt-get install autoconf automake g++ libtool || true command: sudo apt-get install autoconf automake g++ libtool || true
- run: - run:
name: Update Version Number of App name: Update Version Number of App
command: sudo chmod +x resources/version.sh && ./resources/version.sh || true command: sudo chmod +x resources/version.sh && ./resources/version.sh || true