mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-04-27 02:04:33 +00:00
14 lines
184 B
Bash
Executable File
14 lines
184 B
Bash
Executable File
#!/bin/bash
|
|
|
|
BASE_DIR=$(dirname $0)
|
|
|
|
echo "clean build dir"
|
|
rm -rfd $BASE_DIR/build
|
|
|
|
echo "Start static build"
|
|
$BASE_DIR/staticBuild.sh
|
|
|
|
snapcraft clean cqtdeployer -s pull
|
|
|
|
snapcraft
|