diff --git a/lncrawl.ico b/lncrawl.ico deleted file mode 100644 index 410df0764..000000000 Binary files a/lncrawl.ico and /dev/null differ diff --git a/res/lncrawl-icon.png b/res/lncrawl-icon.png new file mode 100644 index 000000000..3f130e857 Binary files /dev/null and b/res/lncrawl-icon.png differ diff --git a/res/lncrawl-web.png b/res/lncrawl-web.png new file mode 100644 index 000000000..6cb81b710 Binary files /dev/null and b/res/lncrawl-web.png differ diff --git a/res/lncrawl.ico b/res/lncrawl.ico new file mode 100644 index 000000000..113dc7f2b Binary files /dev/null and b/res/lncrawl.ico differ diff --git a/setup_win.py b/setup_win.py index b55e334e9..5cb2b4ce7 100644 --- a/setup_win.py +++ b/setup_win.py @@ -16,7 +16,7 @@ def setup_command(): command = 'pyinstaller -y ' command += '-F ' # onefile - command += '-i "%s/lncrawl.ico" ' % cur_dir + command += '-i "%s/res/lncrawl.ico" ' % cur_dir for k, paths in package_data.items(): for v in paths: