Skip to content

Commit

Permalink
workflows: Remove external shaders directory from appimage.
Browse files Browse the repository at this point in the history
  • Loading branch information
lightningterror committed Nov 28, 2022
1 parent 4bd32bf commit fd34792
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/scripts/linux/appimage-qt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,6 @@ mkdir "$OUTDIR"

mkdir -p "$OUTDIR/usr/bin" "$OUTDIR/usr/lib" "$OUTDIR/usr/lib/pulseaudio"

echo "Copying binary and resources..."
cp -a "$BINDIR/$BINARY" "$BINDIR/resources" "$BINDIR/shaders" "$OUTDIR/usr/bin"

# Don't need old wx locales.
rm -fr "$OUTDIR/usr/bin/resources/locale"

Expand Down

0 comments on commit fd34792

Please sign in to comment.