@chahuadev/chahuadev-hub-app 3.0.2 → 3.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,9 +5,6 @@
5
5
  <div align="center">
6
6
 
7
7
  <p align="center">
8
- <img src="https://huggingface.co/datasets/chahuadev/chahuadev-hub/resolve/main/chahuadev-hub.png" width="600" alt="Chahuadev Hub">
9
- <img src="https://huggingface.co/datasets/chahuadev/chahuadev-png/resolve/main/chahuadev-hub.png" width="600" alt="Chahuadev Hub">
10
-
11
8
  <img src="https://huggingface.co/datasets/chahuadev/chahuadev-png/resolve/main/chahuadev-hub.png" width="600" alt="Chahuadev Hub">
12
9
  </p>
13
10
 
@@ -84,7 +81,11 @@ DISPLAY=:0 WAYLAND_DISPLAY=wayland-0 \
84
81
 
85
82
  > **WSL2 tip:** Copy to WSL native filesystem first:
86
83
  > ```bash
87
- > cp "/mnt/d/path/to/Chahuadev-Hub.AppImage" /tmp/ChahuadevHub.AppImage
84
+ > # Path after: npm install -g @chahuadev/chahuadev-hub-app
85
+ > # (no sudo)
86
+ > cp ~/.npm-global/lib/node_modules/@chahuadev/chahuadev-hub-app/bin/Chahuadev-Hub.AppImage /tmp/ChahuadevHub.AppImage
87
+ > # (with sudo)
88
+ > # cp /usr/lib/node_modules/@chahuadev/chahuadev-hub-app/bin/Chahuadev-Hub.AppImage /tmp/ChahuadevHub.AppImage
88
89
  > chmod +x /tmp/ChahuadevHub.AppImage
89
90
  > DISPLAY=:0 WAYLAND_DISPLAY=wayland-0 /tmp/ChahuadevHub.AppImage \
90
91
  > --appimage-extract-and-run --no-sandbox --disable-gpu
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chahuadev/chahuadev-hub-app",
3
- "version": "3.0.2",
3
+ "version": "3.0.4",
4
4
  "description": "Chahuadev Hub” Official app launcher and distribution hub by Chahuadev",
5
5
  "main": "index.js",
6
6
  "bin": {