Use ElectronPackageId instead of PackageId

This commit is contained in:
softworkz
2025-12-16 14:53:25 +01:00
parent 19e785f53f
commit 13f1203ccc
7 changed files with 13 additions and 13 deletions

View File

@@ -479,7 +479,7 @@
Description="The version of the app, following the major.minor.patch pattern. Version numbers may include a pre-release suffix."
Category="AppInfo" />
<StringProperty Name="PackageId"
<StringProperty Name="ElectronPackageId"
DisplayName="App Identifier"
Category="AppInfo">
</StringProperty>