diff --git a/apps/stage-tamagotchi/build/icon.icns b/apps/stage-tamagotchi/build/icon.icns index bb55db7e3..657f3ecef 100644 Binary files a/apps/stage-tamagotchi/build/icon.icns and b/apps/stage-tamagotchi/build/icon.icns differ diff --git a/apps/stage-tamagotchi/build/icon.icon/Assets/Body.png b/apps/stage-tamagotchi/build/icon.icon/Assets/Body.png deleted file mode 100644 index 11da46481..000000000 Binary files a/apps/stage-tamagotchi/build/icon.icon/Assets/Body.png and /dev/null differ diff --git a/apps/stage-tamagotchi/build/icon.icon/Assets/Ear_L.png b/apps/stage-tamagotchi/build/icon.icon/Assets/Ear_L.png deleted file mode 100644 index 911de7f26..000000000 Binary files a/apps/stage-tamagotchi/build/icon.icon/Assets/Ear_L.png and /dev/null differ diff --git a/apps/stage-tamagotchi/build/icon.icon/Assets/Ear_R.png b/apps/stage-tamagotchi/build/icon.icon/Assets/Ear_R.png deleted file mode 100644 index f56fc054d..000000000 Binary files a/apps/stage-tamagotchi/build/icon.icon/Assets/Ear_R.png and /dev/null differ diff --git a/apps/stage-tamagotchi/build/icon.icon/Assets/Hard_Shadow.png b/apps/stage-tamagotchi/build/icon.icon/Assets/Hard_Shadow.png deleted file mode 100644 index 46354160b..000000000 Binary files a/apps/stage-tamagotchi/build/icon.icon/Assets/Hard_Shadow.png and /dev/null differ diff --git a/apps/stage-tamagotchi/build/icon.icon/icon.json b/apps/stage-tamagotchi/build/icon.icon/icon.json deleted file mode 100644 index 316024d45..000000000 --- a/apps/stage-tamagotchi/build/icon.icon/icon.json +++ /dev/null @@ -1,121 +0,0 @@ -{ - "fill-specializations": [ - { - "value": { - "solid": "srgb:0.98027,0.97642,0.98455,1.00000" - } - }, - { - "appearance": "dark", - "value": { - "solid": "srgb:0.39461,0.38835,0.42874,1.00000" - } - } - ], - "groups": [ - { - "blend-mode": "normal", - "blur-material": null, - "layers": [ - { - "image-name": "Ear_R.png", - "name": "Ear R" - } - ], - "name": "Ear R", - "shadow": { - "kind": "layer-color", - "opacity": 0.5 - }, - "specular": true, - "translucency": { - "enabled": false, - "value": 0.5 - } - }, - { - "blend-mode": "darken", - "blur-material": 0, - "layers": [ - { - "blend-mode": "normal", - "fill": "automatic", - "glass": true, - "hidden": false, - "image-name": "Hard_Shadow.png", - "name": "Hard Shadow" - } - ], - "lighting": "individual", - "name": "Hard Shadow", - "shadow": { - "kind": "layer-color", - "opacity": 0.8 - }, - "specular": false, - "translucency": { - "enabled": false, - "value": 1 - } - }, - { - "blend-mode": "normal", - "blur-material": null, - "layers": [ - { - "fill": "none", - "glass-specializations": [ - { - "value": true - }, - { - "appearance": "tinted", - "value": true - } - ], - "hidden": false, - "image-name": "Body.png", - "name": "Hair + Face" - } - ], - "lighting": "individual", - "name": "Body", - "shadow": { - "kind": "neutral", - "opacity": 0.5 - }, - "specular": true, - "translucency": { - "enabled": false, - "value": 0.5 - } - }, - { - "blur-material": null, - "layers": [ - { - "glass": true, - "hidden": false, - "image-name": "Ear_L.png", - "name": "Ear L" - } - ], - "name": "Ear L", - "shadow": { - "kind": "layer-color", - "opacity": 0.5 - }, - "specular": true, - "translucency": { - "enabled": false, - "value": 0.5 - } - } - ], - "supported-platforms": { - "circles": [ - "watchOS" - ], - "squares": "shared" - } -} diff --git a/apps/stage-tamagotchi/electron-builder.yml b/apps/stage-tamagotchi/electron-builder.yml index eaf1eee77..1248203d7 100644 --- a/apps/stage-tamagotchi/electron-builder.yml +++ b/apps/stage-tamagotchi/electron-builder.yml @@ -50,7 +50,7 @@ mac: notarize: false hardenedRuntime: false executableName: airi - icon: icon.icon + icon: icon.icns dmg: artifactName: ${productName}-${version}-darwin-${arch}.${ext}