[gtk-mac-bundler: 4/12] Copy .svg icons after all
- From: John Ralls <jralls src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-mac-bundler: 4/12] Copy .svg icons after all
- Date: Mon, 18 Jul 2022 19:22:05 +0000 (UTC)
commit e59dc3edb89c86d0e73fb71ccb32a4f5971dfd14
Author: Lukas Oberhuber <lukaso gmail com>
Date: Fri Jul 15 01:22:59 2022 +0100
Copy .svg icons after all
bundler/project.py | 5 -----
1 file changed, 5 deletions(-)
---
diff --git a/bundler/project.py b/bundler/project.py
index ad96ab5..1146eae 100644
--- a/bundler/project.py
+++ b/bundler/project.py
@@ -475,11 +475,6 @@ class IconTheme(Path):
if head in used_icons or self.icons == IconTheme.ICONS_ALL:
path = os.path.join(root, f)
- # Note: Skipping svgs for now, they are really
- # big and not really used.
- if path.endswith(".svg"):
- continue
-
# Replace the real paths with the prefix macro
# so we can use copy_target.
Path("${prefix}" + path[len(prefix):]).copy_target(project)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]