feat(desktop): add Windows GUI upload client with egui (GNU toolchain)

This commit is contained in:
OpenCode Bot
2026-05-24 17:52:36 +08:00
parent 4561aec7e0
commit a50824e831
6 changed files with 321 additions and 0 deletions

6
desktop/build.bat Normal file
View File

@@ -0,0 +1,6 @@
@echo off
set PATH=C:\msys64\mingw64\bin;%PATH%
cargo build --release
echo.
echo Build complete: target\x86_64-pc-windows-gnu\release\temp-file-transfer-desktop.exe
pause