We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d30fecd commit 9c9377bCopy full SHA for 9c9377b
dist/build.sh
@@ -242,10 +242,6 @@ mkdir -p $s3_path
242
if [ "$BUILD_TARGET" == "linuxjack" ] || \
243
[ "$BUILD_TARGET" == "linux_arm32" ] || \
244
[ "$BUILD_TARGET" == "linux_arm64" ]; then
245
- #./studio-link-standalone -t 5
246
-
247
- strip --strip-all studio-link-standalone
248
249
chmod +x studio-link-standalone
250
mv studio-link-standalone studio-link-standalone-$version_tc
251
tar -cvzf studio-link-standalone-$version_tc.tar.gz studio-link-standalone-$version_tc
0 commit comments