Skip to content

Commit

Permalink
Merge pull request #10 from IGEL-Community:apptype-removed
Browse files Browse the repository at this point in the history
apptype removed
  • Loading branch information
rneher-igel authored Aug 15, 2024
2 parents 25db863 + 83e511c commit 13a61f5
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 32 deletions.
1 change: 0 additions & 1 deletion APP_Source/Apps/cheese/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"summary": {
"en": "Cheese (Community)"
},
"apptype": 2.3,
"author": "The IGEL community",
"vendor": "Cheese Team",
"version": "43.0.1"
Expand Down
1 change: 0 additions & 1 deletion APP_Source/Apps/dgstv/app.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"apptype": 2.3,
"author": "The IGEL community",
"categories": [
"misc"
Expand Down
1 change: 0 additions & 1 deletion APP_Source/Apps/frozenbubble/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"categories": [
"games"
],
"apptype": 2.3,
"author": "The IGEL community",
"vendor": "Frozen Bubble Team",
"rw_partition": {
Expand Down
1 change: 0 additions & 1 deletion APP_Source/Apps/keepassxc/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"summary": {
"en": "keepassxc (Community)"
},
"apptype": 2.3,
"author": "The IGEL community",
"vendor": "keepassxc Team",
"version": "2.7.4"
Expand Down
1 change: 0 additions & 1 deletion APP_Source/Apps/mono/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"summary": {
"en": "mono (Community)"
},
"apptype": 2.3,
"author": "The IGEL community",
"vendor": "mono Team",
"version": "6.12.0"
Expand Down
1 change: 0 additions & 1 deletion APP_Source/Apps/speedcrunch/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"monochrome": "monochrome.png"
},
"name": "speedcrunch",
"apptype": 2.3,
"author": "The IGEL community",
"vendor": "SpeedCrunch Team",
"public_version": "0.12.0-6",
Expand Down
1 change: 0 additions & 1 deletion APP_Source/Apps/supertuxkart/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"categories": [
"games"
],
"apptype": 2.3,
"author": "The IGEL community",
"vendor": "SuperTuxKart Team",
"rw_partition": {
Expand Down
1 change: 0 additions & 1 deletion APP_Source/Apps/vlc/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"summary": {
"en": "VLC (Community)"
},
"apptype": 2.3,
"author": "The IGEL community",
"vendor": "VLC Team",
"version": "3.0.21"
Expand Down
1 change: 0 additions & 1 deletion APP_Source/Apps/vscode/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"categories": [
"misc"
],
"apptype": 2.3,
"author": "IGEL Technology GmbH",
"vendor": "Microsoft Corporation",
"rw_partition": {
Expand Down
1 change: 0 additions & 1 deletion APP_Source/Office/libreoffice/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"monochrome": "monochrome.svg"
},
"name": "libreoffice",
"apptype": 2.3,
"author": "The IGEL community",
"vendor": "The Document Foundation",
"public_version": "24.2.5 BUILD 1.0 RC 1",
Expand Down
22 changes: 0 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,28 +12,6 @@

[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,
```

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 13a61f5

Please sign in to comment.