Don't distribute Tridactyl logo source

This commit is contained in:
Oliver Blanthorn 2021-05-05 18:14:17 +02:00
parent f3b05fc30a
commit 427557f52a
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -86,16 +86,14 @@ rmdir buildtemp
# Copy extra static files across
cp src/manifest.json build/
# TODO: exclude psds and 1024px.png here
# Try not to break builds on OSX / BSD in the process
# // ignore: ["**/*.psd", "**/*1024px.png"],
cp -r src/static build
cp -r generated/static build
cp issue_template.md build/
# Remove large unused files
rm build/static/logo/Tridactyl.psd
rm build/static/logo/Tridactyl_1024px.png
# "temporary" fix until we can install new native on CI: install the old native messenger
if [ "$OLD_NATIVE" = "1" ]; then