diff --git a/pandora/app/config.py b/pandora/app/config.py index 17520094..7f1e83d3 100644 --- a/pandora/app/config.py +++ b/pandora/app/config.py @@ -79,7 +79,7 @@ def update_static(): if not os.path.exists(image): shutil.copyfile(pandora, image) - for size in (256, 1024): + for size in (256, ): pandora = os.path.join(settings.STATIC_ROOT, 'png/pandora/logo%d.png'%size) image = os.path.join(settings.STATIC_ROOT, 'png/logo%d.png'%size) if not os.path.exists(image): diff --git a/static/png/pandora/icon16.png b/static/png/pandora/icon16.png new file mode 100644 index 00000000..23e2830a Binary files /dev/null and b/static/png/pandora/icon16.png differ diff --git a/static/png/pandora/icon64.png b/static/png/pandora/icon64.png new file mode 100644 index 00000000..acce9cbb Binary files /dev/null and b/static/png/pandora/icon64.png differ diff --git a/static/png/pandora/logo256.png b/static/png/pandora/logo256.png new file mode 100644 index 00000000..e42f04b1 Binary files /dev/null and b/static/png/pandora/logo256.png differ