Skip to content

Commit 0e0dfea

Browse files
committed
[dist] Finalize new large project logo
1 parent 16462e8 commit 0e0dfea

6 files changed

Lines changed: 133 additions & 86 deletions

File tree

dist/generate_ico.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@
3535
ICO_PATH = DIST_DIR / "pyscenedetect.ico"
3636

3737
SVG_FOR_SIZE: dict[int, Path] = {
38-
24: LOGO_DIR / "pyscenedetect-24-48.svg",
38+
24: LOGO_DIR / "pyscenedetect-24.svg",
3939
32: LOGO_DIR / "pyscenedetect-32.svg",
40-
48: LOGO_DIR / "pyscenedetect-24-48.svg",
41-
64: LOGO_DIR / "pyscenedetect-64+.svg",
42-
128: LOGO_DIR / "pyscenedetect-64+.svg",
43-
256: LOGO_DIR / "pyscenedetect-64+.svg",
40+
48: LOGO_DIR / "pyscenedetect.svg",
41+
64: LOGO_DIR / "pyscenedetect.svg",
42+
128: LOGO_DIR / "pyscenedetect.svg",
43+
256: LOGO_DIR / "pyscenedetect.svg",
4444
}
4545

4646

Lines changed: 14 additions & 5 deletions
Loading

dist/logo/pyscenedetect-32.svg

Lines changed: 15 additions & 6 deletions
Loading

dist/logo/pyscenedetect-64+.svg

Lines changed: 0 additions & 70 deletions
This file was deleted.

dist/logo/pyscenedetect.svg

Lines changed: 99 additions & 0 deletions
Loading

dist/pyscenedetect.ico

7.02 KB
Binary file not shown.

0 commit comments

Comments
 (0)