gimp/build/windows/store
Bruno 60add9ac40 build/windows: Prepare MSIX versioning to RC1 and beyond
First, make the script versioning system able to detect release candidates.
Otherwise, we willn't be able to use the "GIMP.GIMPPreview" identity (that
was previously tied to GIMP_UNSTABLE var, which is not set to 1 on RCs).

---

This also fixes the pseudo-revision trick when we have a zeroed micro version,
which is the case of the release candidates and the first stable version.
The versioning now have a different aproach from 8c99efd7.
2024-08-27 13:43:33 +00:00
..
3_dist-gimp-winsdk.ps1 build/windows: Prepare MSIX versioning to RC1 and beyond 2024-08-27 13:43:33 +00:00
AppxManifest.xml build/windows: Add pseudo REVISION support to MSIX dist script 2024-08-17 14:49:53 -03:00
README.md build/windows: Prepare MSIX versioning to RC1 and beyond 2024-08-27 13:43:33 +00:00
pseudo-gimp.pfx build/windows: Add MS Store dist script 2024-04-21 18:12:38 -03:00

README.md

GIMP MSIX HowTo

Development releases

The MS Store/Partner Center hosts our development point releases: https://partner.microsoft.com/dashboard/products/9NZVDVP54JMR/overview

Base rule to update the "GIMP (Preview)" entry:

  • Regularly, a .msixupload will be generated at each tagged commit. It also can be with a custom pipeline valuating GIMP_CI_MS_STORE to MSIXUPLOAD_${REVISION}

Maintaining the MSIX

  1. The link above will open 'Partner Center', the frontend to submit .msixupload

  2. With your Microsoft Entra ID account (@*onmicrosoft.com), log-in as costumary

  3. Clicking on the "Start update" button will make possible to change some things. Only 'Packages' and 'Store listings' sections are needed. On 'Packages' you will add the generated .msixupload and on 'Store listings' the brief changelog.

Versioning the MSIX