Skip to content

Commit 6446755

Browse files
committed
little edit
Signed-off-by: tobigiwa <[email protected]>
1 parent 2b3e489 commit 6446755

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: desktop/wails.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://wails.io/schemas/config.v2.json",
3-
"name": "smDesktop",
3+
"name": "LiScreMon-Desktop",
44
"outputfilename": "smDesktop",
55
"frontend:install": "npm install",
66
"frontend:build": "npm run build",

Diff for: utils/iconUnix.go

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
package utils
66

7+
// var UnixIcon []byte
8+
79
var UnixIcon []byte = []byte{
810
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d,
911
0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x01, 0x3c, 0x00, 0x00, 0x01, 0x3e,

0 commit comments

Comments
 (0)