Skip to content

Commit

Permalink
Merge pull request #1187 from lycstar/lycstar-patch-1
Browse files Browse the repository at this point in the history
Add linux arm64 and armv7l build support.
  • Loading branch information
listen1 committed Apr 1, 2024
2 parents 9a7fa1c + c1f746d commit a087d36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
"dist:linux": "electron-builder --linux --ia32 --x64",
"dist:linux32": "electron-builder --linux --ia32",
"dist:linux64": "electron-builder --linux --x64",
"dist:linuxArm64": "electron-builder --linux --arm64",
"dist:linuxArmv7l": "electron-builder --linux --armv7l",
"dist:win": "electron-builder --win"
},
"repository": {
Expand Down

0 comments on commit a087d36

Please sign in to comment.