mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
scripts: gha: don't put dedicated binary in full client tarballs
This commit is contained in:
@@ -106,7 +106,8 @@ build_dedicated_tarball()
|
||||
cd "$BUILDDIR" || die
|
||||
# FIXME: make an option for Waf to only install dedicated
|
||||
mkdir -p "$DSDIR"
|
||||
cp -v "$APPDIR"/xash "$APPDIR"/filesystem_stdio.so "$DSDIR"
|
||||
cp -v "$APPDIR"/filesystem_stdio.so "$DSDIR"
|
||||
mv -v "$APPDIR"/xash "$DSDIR"
|
||||
tar -czvf "artifacts/$DSTARGZ" "$DSDIR"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user