mirror of
https://github.com/Xevion/HATray.git
synced 2025-12-09 16:07:23 -06:00
feat: add icon resources, embed & files
This commit is contained in:
8
internal/resources.go
Normal file
8
internal/resources.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package internal
|
||||
|
||||
import "embed"
|
||||
|
||||
var (
|
||||
//go:embed resources/*.ico
|
||||
Icons embed.FS
|
||||
)
|
||||
Reference in New Issue
Block a user