Open
Description
Would it be possible to add a function to identify which packagetype an AppFile is?
Example:
I have a file MyApp.app
, but I dont know if it can be submitted to AppSource. AppSource packages cannot be RuntimePackages.
I propose a function to identify what type of apppackage it is.
I believe this can be done via reading the first 50 bytes of any given app file and identifying patterns in the file.
The usage for this function is for New-AppSourceSubmission
, which requires a regular AL-package.
Another solution to the problem would be to add the functionality to altool.exe
, such that the information would be present when calling Get-AppJsonFromAppFile
.
If this is accepted, I will provide a pull-request with the functionality.