mirror of
https://github.com/jamiepine/voicebox.git
synced 2026-09-20 15:20:39 -07:00
- Added a new UpdateNotification component to inform users about available updates and facilitate installation. - Integrated useAutoUpdater hook for managing update checks and installations. - Updated package.json with new build and generate scripts for release preparation and key generation. - Enhanced tauri configuration to support autoupdater with signing keys and endpoints. - Created scripts for preparing signed releases and updating icons, ensuring a streamlined workflow for asset management. - Added detailed documentation for autoupdater setup and icon update workflow.
133 lines
2.7 KiB
JSON
133 lines
2.7 KiB
JSON
{
|
|
"fill" : "automatic",
|
|
"groups" : [
|
|
{
|
|
"layers" : [
|
|
{
|
|
"blend-mode" : "normal",
|
|
"glass" : true,
|
|
"image-name" : "Voicebox.png",
|
|
"name" : "Voicebox",
|
|
"position" : {
|
|
"scale" : 0.37,
|
|
"translation-in-points" : [
|
|
-0.12338405356129378,
|
|
297.27705195772353
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"shadow" : {
|
|
"kind" : "neutral",
|
|
"opacity" : 0.5
|
|
},
|
|
"translucency" : {
|
|
"enabled" : true,
|
|
"value" : 0.5
|
|
}
|
|
}
|
|
],
|
|
"appearances" : [
|
|
{
|
|
"appearance" : "light",
|
|
"groups" : [
|
|
{
|
|
"layers" : [
|
|
{
|
|
"blend-mode" : "normal",
|
|
"glass" : true,
|
|
"image-name" : "Voicebox.png",
|
|
"name" : "Voicebox"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"appearance" : "dark",
|
|
"groups" : [
|
|
{
|
|
"layers" : [
|
|
{
|
|
"blend-mode" : "normal",
|
|
"glass" : true,
|
|
"image-name" : "Voicebox-Dark.png",
|
|
"name" : "Voicebox Dark"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"appearance" : "light",
|
|
"contrast" : "clear",
|
|
"groups" : [
|
|
{
|
|
"layers" : [
|
|
{
|
|
"blend-mode" : "normal",
|
|
"glass" : true,
|
|
"image-name" : "Voicebox-ClearLight.png",
|
|
"name" : "Voicebox Clear Light"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"appearance" : "dark",
|
|
"contrast" : "clear",
|
|
"groups" : [
|
|
{
|
|
"layers" : [
|
|
{
|
|
"blend-mode" : "normal",
|
|
"glass" : true,
|
|
"image-name" : "Voicebox-ClearDark.png",
|
|
"name" : "Voicebox Clear Dark"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"appearance" : "light",
|
|
"contrast" : "tinted",
|
|
"groups" : [
|
|
{
|
|
"layers" : [
|
|
{
|
|
"blend-mode" : "normal",
|
|
"glass" : true,
|
|
"image-name" : "Voicebox-TintedLight.png",
|
|
"name" : "Voicebox Tinted Light"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"appearance" : "dark",
|
|
"contrast" : "tinted",
|
|
"groups" : [
|
|
{
|
|
"layers" : [
|
|
{
|
|
"blend-mode" : "normal",
|
|
"glass" : true,
|
|
"image-name" : "Voicebox-TintedDark.png",
|
|
"name" : "Voicebox Tinted Dark"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"supported-platforms" : {
|
|
"circles" : [
|
|
"watchOS"
|
|
],
|
|
"squares" : "shared"
|
|
}
|
|
}
|