mirror of
https://github.com/nkanaev/yarr.git
synced 2025-09-14 10:20:06 +00:00
move packages to src
This commit is contained in:
8
src/platform/icon_mac.go
Normal file
8
src/platform/icon_mac.go
Normal file
@@ -0,0 +1,8 @@
|
||||
// +build macos
|
||||
|
||||
package platform
|
||||
|
||||
import _ "embed"
|
||||
|
||||
//go:embed icon.png
|
||||
var Icon []byte
|
Reference in New Issue
Block a user