You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Download the DistributionTool from the above page.
Run the command
DistributionTool Error: The plugin has an invalid unique identifier: [UUID]. The unique identifier must be a uniform type identifier (UTI) that contains only lowercase alphanumeric characters (a-z, 0-9), hyphen (-), and period (.). The string must be in reverse-DNS format.
C:\Users\[USER]\AppData\Roaming\Elgato\StreamDeck\Plugins>DistributionTool.exe -b -i [UUID] -o Release
DistributionTool using printf
DistributionTool Validating and exporting the plugin [UUID]
DistributionTool Error: The CodePath property is missing in the manifest.json file. Please add a valid "CodePath" property to the manifest.json.
DistributionTool Error: The plugin is invalid
Expected behavior
The tool can output a .streamDeckPlugin for distribution from the Template.
Error Details Error: The CodePath property is missing in the manifest.json file. Please add a valid "CodePath" property to the manifest.json.
Screenshots
N/A
Desktop (please complete the following information):
I also encountered this issue and it lead me to wonder : What would happen if you try to run the produced plugin on a computer that does not have the .Net Core Runtime installed ?
Describe the bug
Following the guide for Exporting your plugin for distribution you get an error when packaging.
2 issues
CodePath
in manifestTo Reproduce
Download the
DistributionTool
from the above page.Run the command
Expected behavior
The tool can output a
.streamDeckPlugin
for distribution from the Template.Error Details
Error: The CodePath property is missing in the manifest.json file. Please add a valid "CodePath" property to the manifest.json.
Screenshots
N/A
Desktop (please complete the following information):
Additional context
Fix for #144.
Adding an extra
CodePath
doesn't work ifCodePathWin
andCodePathMac
still exist.The text was updated successfully, but these errors were encountered: