From 501227915a4831702cc92449e7a0c0e67ffa968a Mon Sep 17 00:00:00 2001 From: Alexandre Storelli Date: Thu, 15 Nov 2018 11:02:36 +0100 Subject: [PATCH] add credits for CC icons --- build-electron.sh | 8 +++++--- client/src/img/CREDITS.md | 20 ++++++++++++++++++++ client/src/img/target_925909.svg | 1 - 3 files changed, 25 insertions(+), 4 deletions(-) create mode 100644 client/src/img/CREDITS.md delete mode 100644 client/src/img/target_925909.svg diff --git a/build-electron.sh b/build-electron.sh index d727ca5..89294c9 100755 --- a/build-electron.sh +++ b/build-electron.sh @@ -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 \ @@ -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/ \ No newline at end of file +# TODO missing ignore for log/ (as is, it also ignores abr-log and it's a no-go) \ No newline at end of file diff --git a/client/src/img/CREDITS.md b/client/src/img/CREDITS.md new file mode 100644 index 0000000..5221941 --- /dev/null +++ b/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 + + diff --git a/client/src/img/target_925909.svg b/client/src/img/target_925909.svg deleted file mode 100644 index f2a368c..0000000 --- a/client/src/img/target_925909.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file