feat(desktop): add Windows GUI upload client with egui (GNU toolchain)
This commit is contained in:
6
desktop/build.bat
Normal file
6
desktop/build.bat
Normal 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
|
||||
Reference in New Issue
Block a user