Skip to content

Commit

Permalink
Merge pull request #7 from IGEL-Community:apptype-2.3-note
Browse files Browse the repository at this point in the history
apptype 2.3
  • Loading branch information
rneher-igel authored Aug 14, 2024
2 parents debe552 + ec5fbdc commit 859991a
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

-----

-----
Expand Down

0 comments on commit 859991a

Please sign in to comment.