Skip to content

Commit

Permalink
Fixing some building issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jguille2 committed Jan 8, 2023
1 parent 0bc283b commit dfb929d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 10 deletions.
File renamed without changes.
22 changes: 16 additions & 6 deletions src/platforms/desktop/root/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@
"min_width": 960,
"min_height": 640
},
"build": {
"linux": {
"icon": "s4a/icon-128.png"
},
"win": {
"icon": "s4a.ico"
},
"mac": {
"icon": "s4a/icon-128.png"
}
},
"dependencies": {
"firmata": ">=0.3.3",
"serialport": ">=0.7.5"
Expand All @@ -24,17 +35,16 @@
}
],
"maintainers":[
{
"name": "Bernat Romagosa",
"email": "[email protected]",
"web": "http://romagosa.work"
},
{
"name": "Joan Guillén",
"email": "[email protected]",
"web": "https://github.com/jguille2"
},
{
"name": "Bernat Romagosa",
"email": "[email protected]",
"web": "http://romagosa.work"
}

],
"repositories": [
{
Expand Down
8 changes: 4 additions & 4 deletions src/platforms/desktop/win/Snap4Arduino.iss
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ AppId={{79712027-5DAE-425B-8534-1CA699720EA5}
AppName=Snap4Arduino
AppVersion=@AppVersion
AppVerName=Snap4Arduino-@AppVersion
AppPublisher=Bernat Romagosa
AppPublisherURL=http://bromagosa.github.io
AppSupportURL=http://snap4arduino.rocks
AppUpdatesURL=http://snap4arduino.rocks
AppPublisher=Snap4Arduino team
AppPublisherURL=https://snap4arduino.rocks
AppSupportURL=https://snap4arduino.rocks
AppUpdatesURL=https://snap4arduino.rocks
DefaultDirName={pf}\Snap4Arduino
DefaultGroupName=Snap4Arduino
AllowNoIcons=no
Expand Down

0 comments on commit dfb929d

Please sign in to comment.