Skip to content

Commit dfb929d

Browse files
committed
Fixing some building issues
1 parent 0bc283b commit dfb929d

File tree

3 files changed

+20
-10
lines changed

3 files changed

+20
-10
lines changed

src/platforms/desktop/root/package.json

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,17 @@
1313
"min_width": 960,
1414
"min_height": 640
1515
},
16+
"build": {
17+
"linux": {
18+
"icon": "s4a/icon-128.png"
19+
},
20+
"win": {
21+
"icon": "s4a.ico"
22+
},
23+
"mac": {
24+
"icon": "s4a/icon-128.png"
25+
}
26+
},
1627
"dependencies": {
1728
"firmata": ">=0.3.3",
1829
"serialport": ">=0.7.5"
@@ -24,17 +35,16 @@
2435
}
2536
],
2637
"maintainers":[
27-
{
28-
"name": "Bernat Romagosa",
29-
"email": "[email protected]",
30-
"web": "http://romagosa.work"
31-
},
3238
{
3339
"name": "Joan Guillén",
3440
"email": "[email protected]",
3541
"web": "https://github.com/jguille2"
42+
},
43+
{
44+
"name": "Bernat Romagosa",
45+
"email": "[email protected]",
46+
"web": "http://romagosa.work"
3647
}
37-
3848
],
3949
"repositories": [
4050
{

src/platforms/desktop/win/Snap4Arduino.iss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ AppId={{79712027-5DAE-425B-8534-1CA699720EA5}
99
AppName=Snap4Arduino
1010
AppVersion=@AppVersion
1111
AppVerName=Snap4Arduino-@AppVersion
12-
AppPublisher=Bernat Romagosa
13-
AppPublisherURL=http://bromagosa.github.io
14-
AppSupportURL=http://snap4arduino.rocks
15-
AppUpdatesURL=http://snap4arduino.rocks
12+
AppPublisher=Snap4Arduino team
13+
AppPublisherURL=https://snap4arduino.rocks
14+
AppSupportURL=https://snap4arduino.rocks
15+
AppUpdatesURL=https://snap4arduino.rocks
1616
DefaultDirName={pf}\Snap4Arduino
1717
DefaultGroupName=Snap4Arduino
1818
AllowNoIcons=no

0 commit comments

Comments
 (0)