mirror of
https://github.com/gotson/komga.git
synced 2026-05-04 18:42:10 +02: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}
|
|
}
|
|
}
|