Automated Windows 10/11 deployment for X9.cz MSP clients
Find a file
X9 Dev cf2037ae7d
All checks were successful
release / build-and-release (push) Successful in 22s
Replace Fyne GUI with Walk (Win32 native, no OpenGL)
Walk uses Win32 controls directly — no GPU/OpenGL dependency — so the app
renders correctly on VMware ESXi, Hyper-V and any other VM. No MinGW needed
in CI; pure cross-compile with GOOS=windows.

- internal/gui/gui.go: rewrite with Walk declarative API (3 phases:
  form → live run → summary); load/save config via native FileDialog;
  Closing event cancels running scripts cleanly
- cmd/xetup/app.manifest: UAC requireAdministrator + ComCtl32 v6 +
  per-monitor DPI awareness (rsrc generates rsrc.syso in CI)
- .forgejo/workflows/release.yml: drop MinGW, add rsrc generation step
- go.mod/go.sum: remove Fyne and all its deps; only Walk (3 deps total)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-16 13:50:16 +02:00
.claude Add Claude Code memory and project context 2026-04-15 19:43:39 +02:00
.forgejo/workflows Replace Fyne GUI with Walk (Win32 native, no OpenGL) 2026-04-16 13:50:16 +02:00
assets Add all project assets, docs, and review page 2026-04-15 19:43:18 +02:00
cmd/xetup Replace Fyne GUI with Walk (Win32 native, no OpenGL) 2026-04-16 13:50:16 +02:00
config Add config GUI, USB launcher, flash folder; fix bugs 2026-03-16 09:35:42 +01:00
docs Add all project assets, docs, and review page 2026-04-15 19:43:18 +02:00
internal Replace Fyne GUI with Walk (Win32 native, no OpenGL) 2026-04-16 13:50:16 +02:00
scripts Add per-feature toggles to PS scripts and Go TUI 2026-04-16 11:11:51 +02:00
tests Add This PC desktop icon, hide Start menu recommendations, remove LinkedIn 2026-03-15 18:24:47 +01:00
tools Implement Forgejo review changes: Atera, UCPD, PDF default, OA3, dedup 2026-04-16 09:29:32 +02:00
web Add Forgejo CI/CD: auto-build and publish xetup.exe on push 2026-04-16 12:07:02 +02:00
.gitignore Add all project assets, docs, and review page 2026-04-15 19:43:18 +02:00
CLAUDE.md Add all project assets, docs, and review page 2026-04-15 19:43:18 +02:00
config-editor.hta Add config GUI, USB launcher, flash folder; fix bugs 2026-03-16 09:35:42 +01:00
Deploy-Windows.ps1 feat: Dell Command | Update step (step 11) + download link on landing page 2026-04-16 10:49:15 +02:00
docker-compose.yml Add Forgejo CI/CD: auto-build and publish xetup.exe on push 2026-04-16 12:07:02 +02:00
embed.go feat: Go TUI launcher (xetup.exe) + spec page new-request section 2026-04-16 10:35:22 +02:00
go.mod Replace Fyne GUI with Walk (Win32 native, no OpenGL) 2026-04-16 13:50:16 +02:00
go.sum Replace Fyne GUI with Walk (Win32 native, no OpenGL) 2026-04-16 13:50:16 +02:00
Remove-ClaudeCode.ps1 Add CLAUDE.md, SPEC.md and bootstrap scripts 2026-03-13 16:35:31 +01:00
review.html Add all project assets, docs, and review page 2026-04-15 19:43:18 +02:00
Run.cmd Add config GUI, USB launcher, flash folder; fix bugs 2026-03-16 09:35:42 +01:00
runner-config.yml ci: set runner log level to info (was debug) 2026-04-16 12:07:05 +02:00
Setup-ClaudeCode.ps1 Add CLAUDE.md, SPEC.md and bootstrap scripts 2026-03-13 16:35:31 +01:00
setup.ps1 Add CLAUDE.md, SPEC.md and bootstrap scripts 2026-03-13 16:35:31 +01:00
setup.sh Add CLAUDE.md, SPEC.md and bootstrap scripts 2026-03-13 16:35:31 +01:00
SPEC.md Add admin account creation and Windows activation steps 2026-03-14 19:15:30 +01:00
xetup.exe Add Forgejo CI/CD: auto-build and publish xetup.exe on push 2026-04-16 12:07:02 +02:00