Skip to content

Commit ff89cd2

Browse files
authored
Merge pull request #108 from beNative/codex/extend-publish-script-for-multiple-platforms
Add ARM Linux package targets for Raspberry Pi support
2 parents fbd3a69 + 24ade5b commit ff89cd2

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

package.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,20 @@
7777
"icon": "assets/icon.icns"
7878
},
7979
"linux": {
80-
"target": "AppImage",
80+
"target": [
81+
{
82+
"target": "AppImage",
83+
"arch": ["x64", "arm64", "armv7l"]
84+
},
85+
{
86+
"target": "deb",
87+
"arch": ["x64", "arm64", "armv7l"]
88+
},
89+
{
90+
"target": "tar.gz",
91+
"arch": ["x64", "arm64", "armv7l"]
92+
}
93+
],
8194
"icon": "assets/icon.png"
8295
}
8396
}

0 commit comments

Comments
 (0)