mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Don't distribute Tridactyl logo source
This commit is contained in:
parent
f3b05fc30a
commit
427557f52a
1 changed files with 4 additions and 6 deletions
|
@ -86,16 +86,14 @@ rmdir buildtemp
|
||||||
# Copy extra static files across
|
# Copy extra static files across
|
||||||
|
|
||||||
cp src/manifest.json build/
|
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 src/static build
|
||||||
|
|
||||||
|
|
||||||
cp -r generated/static build
|
cp -r generated/static build
|
||||||
cp issue_template.md 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
|
# "temporary" fix until we can install new native on CI: install the old native messenger
|
||||||
if [ "$OLD_NATIVE" = "1" ]; then
|
if [ "$OLD_NATIVE" = "1" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue