From 427557f52a13956dc41d3c597329096c7c0a329d Mon Sep 17 00:00:00 2001 From: Oliver Blanthorn Date: Wed, 5 May 2021 18:14:17 +0200 Subject: [PATCH] Don't distribute Tridactyl logo source --- scripts/build.sh | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/scripts/build.sh b/scripts/build.sh index 82cc215f..7f43e24c 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -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