From ec5fbdc2a615767b7c45d1ed4dd4d5dcdcda1f92 Mon Sep 17 00:00:00 2001 From: neher-igel Date: Wed, 14 Aug 2024 13:58:22 -0600 Subject: [PATCH] apptype 2.3 apptype 2.3 --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/README.md b/README.md index d59bddc..a00d3e7 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,31 @@ [IGEL Community Docs: HOWTO GitHub with Microsoft Visual Studio Code](https://igel-community.github.io/IGEL-Docs-v02/Docs/HOWTO-GitHub-with-VS-Code/) + +----- + +----- + +## Set apptype to 2.3 in app.json file + +**NOTE:** The community Apps that are based on a recipe and vendor binary need to have a special apptype, which is 2.3. + +```bash linenums="1" +"apptype": 2.3, + "architectures": [ + "x64" + ], +``` + +Current valid App Types: + +- Type 0 - IGEL Base OS +- Type 1 - IGEL Created apps - Chromiums, CWA, Teams PWA, Zoom Desktop +- Type 2.1 - IGEL Ready Certified Apps +- Type 2.2 - Customer private app +- Type 2.3 - IGEL Community Recipe apps - applications which are based on IGEL Community recipe and vendor binary +- Type 2.4 - IGEL Community apps + ----- -----