atlantafx/ms-store.conveyor.conf
Mike Hearn 07f36be7ad
Upstream latest Conveyor packaging changes (#62)
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
2023-06-21 20:19:09 +04:00

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}
}
}