This commit is contained in:
hysn99
2024-04-15 16:34:25 +03:00
parent bfcb484104
commit 9a801bbb18
5 changed files with 57 additions and 14 deletions

View File

@@ -5,8 +5,9 @@ import (
"bordrobot/lib/run"
"bordrobot/lib/srv"
"embed"
"github.com/wailsapp/wails/v3/pkg/application"
"log"
"github.com/wailsapp/wails/v3/pkg/application"
)
// Wails uses Go's `embed` package to embed the frontend files into the binary.