mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
add build tag
This commit is contained in:
parent
8d9dc19e17
commit
73705dc56a
1 changed files with 4 additions and 1 deletions
|
|
@ -1,12 +1,15 @@
|
|||
//go:build windows
|
||||
|
||||
package badge
|
||||
|
||||
import (
|
||||
"errors"
|
||||
"golang.org/x/sys/windows/registry"
|
||||
"os"
|
||||
"path/filepath"
|
||||
"strings"
|
||||
"sync"
|
||||
|
||||
"golang.org/x/sys/windows/registry"
|
||||
)
|
||||
|
||||
// FontManager handles font discovery on Windows with minimal caching
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue