fix: hide console window (-H windowsgui) + wire settings/import/edit dialogs
All checks were successful
Build & Sign Wraith / Build Windows + Sign (push) Successful in 1m5s
All checks were successful
Build & Sign Wraith / Build Windows + Sign (push) Successful in 1m5s
- Add -H windowsgui ldflags so wraith.exe launches without a terminal - Wire Settings gear button to new SettingsModal component - Wire Import dialog to File menu and Command Palette - Wire Connection Edit dialog to File menu, Command Palette, and context menu - Add File menu to toolbar (New Connection, Import, Settings, Exit) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
473a25cf2a
commit
d07ac7ce3b
@ -222,7 +222,7 @@ jobs:
|
|||||||
|
|
||||||
GOOS=windows GOARCH=amd64 CGO_ENABLED=0 \
|
GOOS=windows GOARCH=amd64 CGO_ENABLED=0 \
|
||||||
go build \
|
go build \
|
||||||
-ldflags="-s -w -X main.version=${VERSION}" \
|
-ldflags="-s -w -H windowsgui -X main.version=${VERSION}" \
|
||||||
-o dist/wraith.exe \
|
-o dist/wraith.exe \
|
||||||
.
|
.
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user