debug for arm notarize
This commit is contained in:
parent
742b93bbef
commit
a0171cfc50
9
.github/workflows/build-macos.yml
vendored
9
.github/workflows/build-macos.yml
vendored
|
@ -3,10 +3,11 @@
|
||||||
|
|
||||||
name: macOS build
|
name: macOS build
|
||||||
|
|
||||||
on:
|
#on:
|
||||||
release:
|
# release:
|
||||||
types:
|
# types:
|
||||||
- created
|
# - created
|
||||||
|
on: push
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
|
@ -180,7 +180,6 @@ async function cmd(options) {
|
||||||
`../build/TheDesk-${version}-x64.dmg`
|
`../build/TheDesk-${version}-x64.dmg`
|
||||||
)
|
)
|
||||||
if (isTrue(options, 'withArm64')) {
|
if (isTrue(options, 'withArm64')) {
|
||||||
delete config.afterSign
|
|
||||||
await build(Platform.MAC, Arch.arm64, config)
|
await build(Platform.MAC, Arch.arm64, config)
|
||||||
fs.renameSync(
|
fs.renameSync(
|
||||||
`../build/TheDesk-${version}.dmg`,
|
`../build/TheDesk-${version}.dmg`,
|
||||||
|
@ -193,7 +192,7 @@ async function cmd(options) {
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
if (arch === 'arm64') {
|
if (arch === 'arm64') {
|
||||||
delete config.afterSign
|
if (isTrue(options, 'unnotarize')) delete config.afterSign
|
||||||
await build(Platform.MAC, Arch.arm64, config)
|
await build(Platform.MAC, Arch.arm64, config)
|
||||||
fs.renameSync(
|
fs.renameSync(
|
||||||
`../build/TheDesk-${version}.dmg`,
|
`../build/TheDesk-${version}.dmg`,
|
||||||
|
|
|
@ -5058,9 +5058,9 @@ truncate-utf8-bytes@^1.0.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
utf8-byte-length "^1.0.1"
|
utf8-byte-length "^1.0.1"
|
||||||
|
|
||||||
"ttfinfo@git+https://github.com/rBurgett/ttfinfo.git":
|
"ttfinfo@https://github.com/rBurgett/ttfinfo.git":
|
||||||
version "0.2.0"
|
version "0.2.0"
|
||||||
resolved "git+https://github.com/rBurgett/ttfinfo.git#f00e43e2a6d4c8a12a677df20b7804492d50863c"
|
resolved "https://github.com/rBurgett/ttfinfo.git#f00e43e2a6d4c8a12a677df20b7804492d50863c"
|
||||||
|
|
||||||
tty-browserify@0.0.1:
|
tty-browserify@0.0.1:
|
||||||
version "0.0.1"
|
version "0.0.1"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user