Skip to content

Commit ecce1c8

Browse files
Update to use Electron BaseApp instead of manually adding zypak.
Ensures we are including all of electrons dependencies aswell
1 parent f47574d commit ecce1c8

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

cc.arduino.IDE2.json

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
"app-id": "cc.arduino.IDE2",
33
"runtime": "org.freedesktop.Platform",
44
"runtime-version": "22.08",
5+
"base": "org.electronjs.Electron2.BaseApp",
6+
"base-version": "22.08",
57
"sdk": "org.freedesktop.Sdk",
68
"command": "arduino-ide",
79
"separate-locales": false,
@@ -146,21 +148,6 @@
146148
}
147149
}
148150
]
149-
},
150-
{
151-
"name": "zypak",
152-
"sources": [
153-
{
154-
"type": "git",
155-
"url": "https://github.com/refi64/zypak.git",
156-
"tag": "v2022.04",
157-
"commit": "55a60d110301e8dd37b631503c3524ab7baaf7aa",
158-
"x-checker-data": {
159-
"type": "git",
160-
"tag-pattern": "^v([\\d.]+)$"
161-
}
162-
}
163-
]
164151
}
165152
]
166153
}

0 commit comments

Comments
 (0)