Files
tononixOS_application_krnlu…/build.sh
2021-09-09 21:38:40 -04:00

11 lines
154 B
Bash

#!/bin/bash
composer install
if [[ $1 != "" ]]; then
bumpver update $1
else
bumpver update --patch
fi
vendor/bin/box compile
cp VERSION build/VERSION