mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-23 17:47:24 +00:00
4 lines
156 B
Bash
Executable file
4 lines
156 B
Bash
Executable file
#!/bin/bash
|
|
# this is here because teamcity runs /build.sh to build the project
|
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
$DIR/build/build.sh
|