mirror of https://github.com/PCSX2/pcsx2.git
workflows: Remove external shaders directory from appimage.
This commit is contained in:
parent
4cf9b7adac
commit
3d551e384a
|
@ -203,7 +203,7 @@ mkdir "$OUTDIR"
|
||||||
mkdir -p "$OUTDIR/usr/bin" "$OUTDIR/usr/lib" "$OUTDIR/usr/lib/pulseaudio"
|
mkdir -p "$OUTDIR/usr/bin" "$OUTDIR/usr/lib" "$OUTDIR/usr/lib/pulseaudio"
|
||||||
|
|
||||||
echo "Copying binary and resources..."
|
echo "Copying binary and resources..."
|
||||||
cp -a "$BINDIR/$BINARY" "$BINDIR/resources" "$BINDIR/shaders" "$OUTDIR/usr/bin"
|
cp -a "$BINDIR/$BINARY" "$BINDIR/resources" "$OUTDIR/usr/bin"
|
||||||
|
|
||||||
# Don't need old wx locales.
|
# Don't need old wx locales.
|
||||||
rm -fr "$OUTDIR/usr/bin/resources/locale"
|
rm -fr "$OUTDIR/usr/bin/resources/locale"
|
||||||
|
|
Loading…
Reference in New Issue