chore: clean up stale files and fix repo URLs (#51)

- Remove input.json.bak (stray backup file)
- Update README project structure (remove old OpenClaw.Tray, add
  WinUI and test projects)
- Fix installer URLs to point at openclaw/openclaw-windows-node
  instead of old shanselman/moltbot-windows-hub
This commit is contained in:
Scott Hanselman 2026-03-16 22:25:32 -07:00 committed by GitHub
parent 8e4c7bd587
commit f0ccbc8403
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 10 additions and 8 deletions

View File

@ -278,14 +278,17 @@ Shared library containing:
### Project Structure
```
moltbot-windows-hub/
openclaw-windows-node/
├── src/
│ ├── OpenClaw.Shared/ # Shared gateway library
│ ├── OpenClaw.Tray/ # System tray app
│ ├── OpenClaw.Tray.WinUI/ # System tray app (WinUI 3)
│ └── OpenClaw.CommandPalette/ # PowerToys extension
├── tests/
│ ├── OpenClaw.Shared.Tests/ # Shared library tests
│ └── OpenClaw.Tray.Tests/ # Tray app helper tests
├── docs/
│ └── molty1.png # Screenshot
├── moltbot-windows-hub.sln
│ └── molty1.png # Screenshot
├── moltbot-windows-hub.slnx # Solution file (historical name)
├── README.md
├── LICENSE
└── .gitignore

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,7 @@
; OpenClaw Tray Inno Setup Script (WinUI version)
#define MyAppName "OpenClaw Tray"
#define MyAppPublisher "Scott Hanselman"
#define MyAppURL "https://github.com/shanselman/moltbot-windows-hub"
#define MyAppURL "https://github.com/openclaw/openclaw-windows-node"
#define MyAppExeName "OpenClaw.Tray.WinUI.exe"
; MyAppArch should be passed via /DMyAppArch=x64 or /DMyAppArch=arm64
@ -15,8 +15,8 @@ AppName={#MyAppName}
AppVersion={#MyAppVersion}
AppPublisher={#MyAppPublisher}
AppPublisherURL={#MyAppURL}
AppSupportURL=https://github.com/shanselman/moltbot-windows-hub/issues
AppUpdatesURL=https://github.com/shanselman/moltbot-windows-hub/releases
AppSupportURL=https://github.com/openclaw/openclaw-windows-node/issues
AppUpdatesURL=https://github.com/openclaw/openclaw-windows-node/releases
DefaultDirName={localappdata}\OpenClawTray
DefaultGroupName={#MyAppName}
DisableProgramGroupPage=yes