mirror of
https://github.com/gotson/komga.git
synced 2026-04-28 03:19:44 +00:00
11 lines
218 B
Text
11 lines
218 B
Text
include required("conveyor.conf")
|
|
|
|
app {
|
|
mac.certificate = apple.cer
|
|
|
|
mac.notarization {
|
|
app-specific-password = ${env.APPLE_ASP}
|
|
team-id = GCZZU2X3J2
|
|
apple-id = ${env.APPLE_ID}
|
|
}
|
|
}
|