Remove Netflix/DRM examples from README
This commit is contained in:
@@ -115,7 +115,7 @@ flowchart TD
|
|||||||
A --> C[App config files]
|
A --> C[App config files]
|
||||||
A --> D[Icons + .desktop entries]
|
A --> D[Icons + .desktop entries]
|
||||||
C --> E[apps/chatgpt.json]
|
C --> E[apps/chatgpt.json]
|
||||||
C --> F[apps/netflix.json]
|
C --> F[apps/home-assistant.json]
|
||||||
B --> G[Load app config at launch]
|
B --> G[Load app config at launch]
|
||||||
G --> H[Open site in system webview]
|
G --> H[Open site in system webview]
|
||||||
D --> I[Linux app menu integration]
|
D --> I[Linux app menu integration]
|
||||||
@@ -213,8 +213,8 @@ Once the build finishes, `ChatGPT` will instantly appear in your system Applicat
|
|||||||
#### Advanced Build Options
|
#### Advanced Build Options
|
||||||
```bash
|
```bash
|
||||||
deskify build \
|
deskify build \
|
||||||
--url "https://netflix.com" \
|
--url "https://web.whatsapp.com" \
|
||||||
--name "Netflix" \
|
--name "WhatsApp" \
|
||||||
--fullscreen \
|
--fullscreen \
|
||||||
--user-agent "Mozilla/5.0 (Windows NT 10.0; Win64; x64) Chrome/120.0.0.0 Safari/537.36" \
|
--user-agent "Mozilla/5.0 (Windows NT 10.0; Win64; x64) Chrome/120.0.0.0 Safari/537.36" \
|
||||||
--dark-mode \
|
--dark-mode \
|
||||||
@@ -264,7 +264,7 @@ deskify list
|
|||||||
```text
|
```text
|
||||||
Installed Deskify Apps:
|
Installed Deskify Apps:
|
||||||
- ChatGPT (Internal ID: chatgpt)
|
- ChatGPT (Internal ID: chatgpt)
|
||||||
- Netflix (Internal ID: netflix)
|
- Home Assistant (Internal ID: home-assistant)
|
||||||
```
|
```
|
||||||
|
|
||||||
To entirely uninstall an app (including the binary, desktop entry, and icons):
|
To entirely uninstall an app (including the binary, desktop entry, and icons):
|
||||||
|
|||||||
Reference in New Issue
Block a user