Skip to content

Commit 9d1ae9c

Browse files
authored
Added liquid glass icon for macOS (contributed by williamchange)
Add liuqid glass icon for macOS
2 parents dd4b5b4 + bd02b42 commit 9d1ae9c

6 files changed

Lines changed: 106 additions & 5 deletions

File tree

.github/workflows/dev-desktop-builds.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
export-mac:
112112
name: Mac Export 🍎
113113
needs: export_windows_linux
114-
runs-on: macos-latest
114+
runs-on: macos-26
115115
steps:
116116
- name: Checkout 🛎️
117117
uses: actions/checkout@v1
@@ -171,8 +171,6 @@ jobs:
171171
unzip -a ./build/mac/material_maker.zip -d ./build/mac
172172
chmod +x "./build/mac/Material Maker.app/Contents/MacOS/Material Maker"
173173
rm ./build/mac/material_maker.zip
174-
- name: Fix application icon 🖼
175-
run: sips -s format icns "./build/mac/Material Maker.app/Contents/Resources/icon.icns" --out "./build/mac/Material Maker.app/Contents/Resources/icon.icns"
176174
- name: Get documentation 🚀
177175
if: ${{ github.event.inputs.gen_doc == 'true' }}
178176
uses: actions/download-artifact@v4

MaterialMakerLG.icon/.gdignore

Whitespace-only changes.

MaterialMakerLG.icon/Assets/mm.svg

Lines changed: 1 addition & 0 deletions
Loading

MaterialMakerLG.icon/icon.json

Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,103 @@
1+
{
2+
"fill" : {
3+
"automatic-gradient" : "srgb:1.00000,1.00000,1.00000,1.00000"
4+
},
5+
"groups" : [
6+
{
7+
"blur-material-specializations" : [
8+
{
9+
"value" : null
10+
},
11+
{
12+
"appearance" : "dark",
13+
"value" : null
14+
}
15+
],
16+
"hidden-specializations" : [
17+
{
18+
"idiom" : "macOS",
19+
"value" : false
20+
}
21+
],
22+
"layers" : [
23+
{
24+
"image-name" : "mm.svg",
25+
"name" : "mm"
26+
}
27+
],
28+
"lighting-specializations" : [
29+
{
30+
"appearance" : "dark",
31+
"value" : "individual"
32+
}
33+
],
34+
"position-specializations" : [
35+
{
36+
"idiom" : "macOS",
37+
"value" : {
38+
"scale" : 1,
39+
"translation-in-points" : [
40+
0,
41+
0
42+
]
43+
}
44+
}
45+
],
46+
"shadow-specializations" : [
47+
{
48+
"value" : {
49+
"kind" : "layer-color",
50+
"opacity" : 0.8
51+
}
52+
},
53+
{
54+
"appearance" : "dark",
55+
"value" : {
56+
"kind" : "neutral",
57+
"opacity" : 0.8
58+
}
59+
},
60+
{
61+
"appearance" : "tinted",
62+
"value" : {
63+
"kind" : "layer-color",
64+
"opacity" : 0.8
65+
}
66+
}
67+
],
68+
"specular-specializations" : [
69+
{
70+
"appearance" : "dark",
71+
"value" : true
72+
}
73+
],
74+
"translucency-specializations" : [
75+
{
76+
"value" : {
77+
"enabled" : true,
78+
"value" : 0.5
79+
}
80+
},
81+
{
82+
"appearance" : "dark",
83+
"value" : {
84+
"enabled" : true,
85+
"value" : 0.5
86+
}
87+
},
88+
{
89+
"appearance" : "tinted",
90+
"value" : {
91+
"enabled" : true,
92+
"value" : 0.5
93+
}
94+
}
95+
]
96+
}
97+
],
98+
"supported-platforms" : {
99+
"squares" : [
100+
"macOS"
101+
]
102+
}
103+
}

export_presets.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,7 @@ binary_format/architecture="universal"
159159
custom_template/debug=""
160160
custom_template/release=""
161161
debug/export_console_wrapper=1
162-
application/liquid_glass_icon=""
163-
application/icon="res://icon.icns"
162+
application/liquid_glass_icon="res://MaterialMakerLG.icon"
164163
application/icon_interpolation=4
165164
application/bundle_identifier="com.rodzlabs.materialmaker"
166165
application/signature=""

icon.icns

-700 KB
Binary file not shown.

0 commit comments

Comments
 (0)