You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -112,12 +116,25 @@ The tool can extract 8-character git SHAs from various formats:
112
116
-**macOS**: x86_64, aarch64 (Apple Silicon)
113
117
-**Windows**: x86_64
114
118
119
+
### Icon Support
120
+
121
+
The build system supports application icons for different platforms:
122
+
-**Linux**: PNG format (automatically handled)
123
+
-**Windows**: ICO format (automatically converted from PNG)
124
+
-**macOS**: ICNS format (when available)
125
+
126
+
Icons are automatically detected and used based on platform requirements. The `convert_icon.py` script can be used to manually convert formats if needed.
127
+
128
+
**Note**: Pillow is included in the main requirements to support icon conversion and potential future image processing features.
0 commit comments