@@ -45,7 +45,7 @@ AppLicenseId = MIT
4545
4646# Optional path to application copyright/license text file. If provided, it will be packaged with the
4747# application and used with package builders where supported.
48- AppLicenseFile = LICENSE
48+ AppLicenseFile = ../ LICENSE
4949
5050# Optional path to application changelog file. IMPORTANT. If given, this file should contain version
5151# information in a predefined format. Namely, it should contain one or more version headings of form:
@@ -102,7 +102,7 @@ DesktopTerminal = false
102102# in order to use the correct install location. Other macros may be used to help automate the content.
103103# Note. PupNet Deploy can generate you a desktop file. Use --help and 'pupnet --help macro' for reference.
104104# See: https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html
105- DesktopFile = MSUScripter/Assets/ msuscripter.desktop
105+ DesktopFile = msuscripter.desktop
106106
107107# Optional command name to start the application from the terminal. If, for example, AppBaseName is
108108# 'Zone.Kuiper.HelloWorld', the value here may be set to a simpler and/or lower-case variant such as
@@ -121,21 +121,21 @@ 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 = MSUScripter/Assets/ app.metainfo.xml
124+ MetaFile = 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
128128# of a scalable SVG is preferable on Linux, whereas PNGs must be one of the standard sizes and MUST
129129# include the size in the filename in the form: name.32x32.png' or 'name.32.png'.
130130IconFiles = """
131- MSUScripter/MSUScripterIcon.ico
132- MSUScripter/Assets/icon.svg
133- MSUScripter/Assets/icon.256.png
134- MSUScripter/Assets/icon.128.png
135- MSUScripter/Assets/icon.64.png
136- MSUScripter/Assets/icon.32.png
137- MSUScripter/Assets/icon.24.png
138- MSUScripter/Assets/icon.16.png
131+ ../ MSUScripter/Assets /MSUScripterIcon.ico
132+ ../ MSUScripter/Assets/icon.svg
133+ ../ MSUScripter/Assets/icon.256.png
134+ ../ MSUScripter/Assets/icon.128.png
135+ ../ MSUScripter/Assets/icon.64.png
136+ ../ MSUScripter/Assets/icon.32.png
137+ ../ MSUScripter/Assets/icon.24.png
138+ ../ MSUScripter/Assets/icon.16.png
139139"""
140140
141141########################################
@@ -146,7 +146,7 @@ IconFiles = """
146146# directory containing it. If empty (default), a single project file is expected under the same
147147# directory as this file. IMPORTANT. If set to 'NONE', dotnet publish is disabled
148148# (i.e. not called). Instead, only DotnetPostPublish is called.
149- DotnetProjectPath = MSUScripter
149+ DotnetProjectPath = ../ MSUScripter
150150
151151# Optional arguments supplied to 'dotnet publish'. Do NOT include '-r' (runtime), or '-c' (configuration)
152152# here as they will be added according to command line arguments. Typically you want as a minimum:
@@ -168,7 +168,7 @@ PackageName = MSUScripter
168168
169169# Output directory, or subdirectory relative to this file. It will be created if it does not exist and
170170# will contain the final deploy output files. If empty, it defaults to the location of this file.
171- OutputDirectory = Deploy/OUT
171+ OutputDirectory = Output
172172
173173########################################
174174# APPIMAGE OPTIONS
0 commit comments