Skip to content
This repository has been archived by the owner on May 8, 2021. It is now read-only.

Commit

Permalink
add credits for CC icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Storelli committed Nov 15, 2018
1 parent 8b17288 commit 5012279
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 4 deletions.
8 changes: 5 additions & 3 deletions build-electron.sh
Expand Up @@ -24,7 +24,7 @@ cd ..
npx electron-packager . --overwrite \
--platform=linux \
--arch=x64 \
--icon=client/src/img/ab_radio_512.png \
--icon=resources/app/client/src/img/ab_radio_512.png \
--ignore=model/ \
--ignore=doc/ \
--ignore=config/available.json \
Expand All @@ -48,6 +48,8 @@ npx electron-packager . --overwrite \
--ignore=node_modules/adblockradio/model/ \
--ignore=node_modules/adblockradio/records/ \
--ignore=node_modules/adblockradio/podcasts/ \
--ignore=node_modules/adblockradio-buffer-linux-x64/
--ignore=node_modules/adblockradio-buffer-linux-x64/ \
--ignore=.vscode/ \
--ignore=error\.log

# missing ignore for log/ and config/
# TODO missing ignore for log/ (as is, it also ignores abr-log and it's a no-go)
20 changes: 20 additions & 0 deletions client/src/img/CREDITS.md
@@ -0,0 +1,20 @@
leap_219178_ad.svg
Derived work from:
https://thenounproject.com/search/?q=219178&i=219178
Gilbert Bages, ES
https://thenounproject.com/search/?q=135894&i135894
Jim Slatton, US

meter_1697884.svg
https://thenounproject.com/search/?q=1697884&i=1697884
Dinosoft Labs, PK

remove_991614.svg
https://thenounproject.com/search/?q=991614&i=991614
Setyo Ari Wibowo, ID

start_1279169.svg
https://thenounproject.com/search/?q=1279169&i=1279169
krishna


1 change: 0 additions & 1 deletion client/src/img/target_925909.svg

This file was deleted.

0 comments on commit 5012279

Please sign in to comment.