@@ -16,7 +16,7 @@ AppBaseName = MSUScripter
1616AppFriendlyName = MSU Scripter
1717
1818# Mandatory application ID in reverse DNS form. The value should stay constant for lifetime of the software.
19- AppId = mattequalscoder.msuscripter
19+ AppId = org. mattequalscoder.msuscripter
2020
2121# Mandatory application version and package release of form: 'VERSION[RELEASE]'. Use optional square
2222# brackets to denote package release, i.e. '1.2.3[1]'. Release refers to a change to the deployment
@@ -65,7 +65,7 @@ PublisherName = MattEqualsCoder
6565# Publisher ID in reverse DNS form. Invariably, this would be the same as AppId, excluding the app leaf
6666# name. The value populates the ${PUBLISHER_ID} macro used AppStream metainfo. If omitted, defaults to
6767# the leading parts of AppId. It is highly recommended to specify the value explicitly.
68- PublisherId = mattequalscoder
68+ PublisherId = org. mattequalscoder
6969
7070# Optional copyright statement.
7171PublisherCopyright = Copyright (C) MattEqualsCoder 2023-25
@@ -121,7 +121,7 @@ PrimeCategory = Utility
121121# Path to AppStream metadata file. It is optional, but recommended as it is used by software centers.
122122# Note. The contents of the files may use macro variables. Use 'pupnet --help macro' for reference.
123123# See: https://docs.appimage.org/packaging-guide/optional/appstream.html
124- # MetaFile = Deploy /app.metainfo.xml
124+ MetaFile = MSUScripter/Assets /app.metainfo.xml
125125
126126# Optional icon file paths. The value may include multiple filenames separated with semicolon or given
127127# in multi-line form. Valid types are SVG, PNG and ICO (ICO ignored on Linux). Note that the inclusion
0 commit comments