07f36be7ad
Update to new Conveyor 6 features: 1. Use aggressive updates on Windows too. 2. Use app.site.copy-to to upload the repository automatically. * Set versions in conveyor.conf from Maven. * Conveyor: add MS Store release config, update CL to 9 * Conveyor: Allow auto-detection of needed JDK modules, force zipfs * Conveyor: Use mvn wrapper
22 lines
610 B
Plaintext
22 lines
610 B
Plaintext
// Use as: "conveyor -f ms-store.conveyor.conf make ms-store-release" but only if you have the credentials.
|
|
|
|
include required("conveyor.conf")
|
|
|
|
app {
|
|
// Can't use the same name for the out-of-store version as in-store version.
|
|
display-name = AtlantaFX
|
|
fsname = atlantafx
|
|
|
|
windows {
|
|
store {
|
|
identity-name = "28744MikeHearn.AtlantaFX"
|
|
publisher = "CN=19FFBD70-DE2C-4F30-853A-36D0DD2E39DD"
|
|
publisher-display-name = "Mike Hearn"
|
|
store-id = 9PDK4KSVKVVS
|
|
include required("ms-store-creds.conf")
|
|
}
|
|
|
|
certificate = "self signed by "${app.windows.store.publisher}
|
|
}
|
|
}
|