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:
parent
8e4c7bd587
commit
f0ccbc8403
11
README.md
11
README.md
@ -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
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user