Skip to content
This repository was archived by the owner on May 21, 2019. It is now read-only.

Commit f0503a2

Browse files
committed
Specify icons path for linux. Fixes #1034.
1 parent d295fe3 commit f0503a2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@
8989
},
9090
"license": "MIT",
9191
"build": {
92-
"appId": "com.github.railsware.upterm"
92+
"appId": "com.github.railsware.upterm",
93+
"linux": {
94+
"icon": "icons"
95+
}
9396
}
9497
}

0 commit comments

Comments
 (0)