Details
-
Bug
-
Resolution: Invalid
-
P1: Critical
-
None
-
5.14
-
None
-
c8c3e7408c95d33328173249606a3070e7ce677d (qt/qtapplicationmanager/5.14)
Description
As written in documentation, there are two package formats supported at the moment.
When giving info.yaml file with old format, appman-packager creates inconsistent package (header and footer of new format, but info.yaml of old format).
Expected behavior - either fail creation of the package, or create old format package.
Tested with this info.yaml:
formatVersion: 1
formatType: am-application
—
id: 'com.luxoft.android'
icon: 'icon.png'
code: 'main.qml'
runtime: 'qml'
runtimeParameters:
importPaths: [ '.' , "./imports"]
environmentVariables:
SCRCPY_SERVER_PATH: "scrcpy-server.jar"name:
en: 'Android'categories: [ 'app' ]
Attachments
Issue Links
- is required for
-
AUTOSUITE-1356 Deployment server requires updates to support Qt Application Manager 5.14
-
- Closed
-
-
AUTOSUITE-653 Test and document package signing option in deployment server
-
- Open
-