mirror of
https://github.com/element-hq/element-desktop.git
synced 2026-01-17 11:58:04 -05:00
Compare commits
1 Commits
t3chguy/fi
...
develop
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9e94e73e08 |
4
.github/workflows/build_macos.yaml
vendored
4
.github/workflows/build_macos.yaml
vendored
@@ -75,6 +75,10 @@ jobs:
|
|||||||
runs-on: macos-15 # M1
|
runs-on: macos-15 # M1
|
||||||
environment: ${{ inputs.sign && 'packages.element.io' || '' }}
|
environment: ${{ inputs.sign && 'packages.element.io' || '' }}
|
||||||
steps:
|
steps:
|
||||||
|
- uses: maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd # v1
|
||||||
|
with:
|
||||||
|
xcode-version: latest-stable
|
||||||
|
|
||||||
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
|
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
|
||||||
with:
|
with:
|
||||||
repository: element-hq/element-desktop
|
repository: element-hq/element-desktop
|
||||||
|
|||||||
BIN
build/icon.icns
BIN
build/icon.icns
Binary file not shown.
BIN
build/icon.icon/Assets/element.png
Normal file
BIN
build/icon.icon/Assets/element.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 315 KiB |
29
build/icon.icon/icon.json
Normal file
29
build/icon.icon/icon.json
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"fill" : "automatic",
|
||||||
|
"groups" : [
|
||||||
|
{
|
||||||
|
"layers" : [
|
||||||
|
{
|
||||||
|
"glass" : false,
|
||||||
|
"image-name" : "element.png",
|
||||||
|
"name" : "element"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"name" : "Figma",
|
||||||
|
"shadow" : {
|
||||||
|
"kind" : "none",
|
||||||
|
"opacity" : 0.5
|
||||||
|
},
|
||||||
|
"specular" : false,
|
||||||
|
"translucency" : {
|
||||||
|
"enabled" : false,
|
||||||
|
"value" : 0.5
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"supported-platforms" : {
|
||||||
|
"squares" : [
|
||||||
|
"macOS"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -158,7 +158,7 @@ const config: Omit<Writable<Configuration>, "electronFuses"> & {
|
|||||||
gatekeeperAssess: true,
|
gatekeeperAssess: true,
|
||||||
strictVerify: true,
|
strictVerify: true,
|
||||||
entitlements: "./build/entitlements.mac.plist",
|
entitlements: "./build/entitlements.mac.plist",
|
||||||
icon: "build/icon.icns",
|
icon: "build/icon.icon",
|
||||||
mergeASARs: true,
|
mergeASARs: true,
|
||||||
x64ArchFiles: "**/matrix-seshat/*.node", // hak already runs lipo
|
x64ArchFiles: "**/matrix-seshat/*.node", // hak already runs lipo
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user