Skip to content

Commit 8d4f066

Browse files
committed
fix: point updater endpoint and docs to canonical enowdev fork
The Tauri auto-updater endpoint in tauri.conf.json was still pointing to kevinnft/enowX-Coder, so installed clients would never receive new releases published under enowdev/enowX-Coder. README and CONTRIBUTING also referenced stale forks for clone URLs and support links. - src-tauri/tauri.conf.json: updater endpoint -> enowdev/enowX-Coder - README.md: clone URL, Issues link, Discussions link -> enowdev - CONTRIBUTING.md: clone URL -> enowdev
1 parent 8ff8d61 commit 8d4f066

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Thank you for your interest in contributing! enowX-Coder is a Tauri-based AI cod
1313

1414
```bash
1515
# Clone the repository
16-
git clone https://github.com/kevinnft/enowX-Coder.git
16+
git clone https://github.com/enowdev/enowX-Coder.git
1717
cd enowX-Coder
1818

1919
# Install frontend dependencies

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888

8989
```bash
9090
# Clone the repository
91-
git clone https://github.com/mhmmadazis/enowX-Coder.git
91+
git clone https://github.com/enowdev/enowX-Coder.git
9292
cd enowX-Coder
9393

9494
# Install dependencies
@@ -295,8 +295,8 @@ This project is licensed under the **Apache License 2.0** - see the [LICENSE](LI
295295

296296
## 📞 Support
297297

298-
- **Issues**: [GitHub Issues](https://github.com/mhmmadazis/enowX-Coder/issues)
299-
- **Discussions**: [GitHub Discussions](https://github.com/mhmmadazis/enowX-Coder/discussions)
298+
- **Issues**: [GitHub Issues](https://github.com/enowdev/enowX-Coder/issues)
299+
- **Discussions**: [GitHub Discussions](https://github.com/enowdev/enowX-Coder/discussions)
300300
- **Email**: support@enowx.dev
301301

302302
---

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"updater": {
6161
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDUyNzY4MDdFMzI4RjUwQkMKUldRZnM1L3NMR3dYMFhQb2pZT0ZlK3hZSG9kR1dVZE5lMjVhYU9tZkVtSGN1Qk5hZm5mZjNpU3cK",
6262
"endpoints": [
63-
"https://github.com/kevinnft/enowX-Coder/releases/latest/download/latest.json"
63+
"https://github.com/enowdev/enowX-Coder/releases/latest/download/latest.json"
6464
]
6565
}
6666
}

0 commit comments

Comments
 (0)