mirror of https://github.com/ErsatzTV/ErsatzTV.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
392 B
15 lines
392 B
{ |
|
"source" : ["./release/ErsatzTV.app"], |
|
"bundle_id" : "com.jasongdove.ersatztv", |
|
"apple_id": { |
|
"password": "@env:AC_PASSWORD" |
|
}, |
|
"sign" :{ |
|
"application_identity" : "C3BBCFB2D6851FF0DCA6CAC06A3EF1ECE71F9FFF", |
|
"entitlements_file": "./scripts/macOS/ErsatzTV.entitlements" |
|
}, |
|
"dmg" :{ |
|
"output_path": "./release/ErsatzTV.dmg", |
|
"volume_name": "ErsatzTV" |
|
} |
|
}
|
|
|