v1.1.2: 添加应用程序图标
- 紫罗兰主题图标:深紫渐变圆底 + 白色「C」+ 金色 {} 括号(C 语言元素)
- 多分辨率:16/24/32/48/64/128/256 px PNG + ICO(Windows)
- 图标嵌入 Qt 资源文件 (resources.qrc),跨平台统一显示
- 新增 Linux .desktop 文件
- .gitignore 添加 qrc_*.cpp 排除
This commit is contained in:
10
resources/voiletcstudio.desktop
Normal file
10
resources/voiletcstudio.desktop
Normal file
@@ -0,0 +1,10 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=VoiletCStudio
|
||||
Name[zh_CN]=紫罗兰 C 工程配置器
|
||||
Comment=C Project Configurator with CMake
|
||||
Comment[zh_CN]=C 语言工程配置器,自动生成 CMakeLists.txt
|
||||
Exec=VoiletCStudio
|
||||
Icon=voiletcstudio
|
||||
Categories=Development;IDE;
|
||||
Terminal=false
|
||||
Reference in New Issue
Block a user