@chahuadev/chahuadev-hub-app 3.0.3 → 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 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -81,7 +81,11 @@ DISPLAY=:0 WAYLAND_DISPLAY=wayland-0 \
81
81
 
82
82
  > **WSL2 tip:** Copy to WSL native filesystem first:
83
83
  > ```bash
84
- > 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
85
89
  > chmod +x /tmp/ChahuadevHub.AppImage
86
90
  > DISPLAY=:0 WAYLAND_DISPLAY=wayland-0 /tmp/ChahuadevHub.AppImage \
87
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.3",
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": {