mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 22:06:25 +00:00
0a77bedb15
The way it was done previously didn't always produce the intended result (for unknown reasons), i.e. the dev app would sometimes launch with a transparent blank square appearing in place of the expected icon.
14 lines
222 B
JSON
14 lines
222 B
JSON
{
|
|
"name": "nim-status-client",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"files": [],
|
|
"devDependencies": {
|
|
"create-dmg": "status-im/create-dmg",
|
|
"fileicon": "0.2.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
}
|