Skip to content

Commit f63dfe8

Browse files
committedMar 8, 2025
build/windows: Add stable GIMP identity to MSIX script
1 parent 2ad8aa8 commit f63dfe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build/windows/store/3_dist-gimp-winsdk.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ if ($GIMP_UNSTABLE -or $GIMP_RC_VERSION)
9898
}
9999
else
100100
{
101-
$IDENTITY_NAME="GIMP.GIMP"
101+
$IDENTITY_NAME="GIMP.43237F745459"
102102
}
103103

104104
## Get custom GIMP version (major.minor.micro+revision.0), a compliant way to publish to Partner Center:

0 commit comments

Comments
 (0)
Please sign in to comment.