From be7e0beeed4b78c2167bac7eb577d544d3ba0589 Mon Sep 17 00:00:00 2001 From: Luke Thomas <21112258-ZooobDude@users.noreply.gitlab.com> Date: Tue, 28 May 2024 18:55:18 +0100 Subject: [PATCH] add ARM64 package command --- receivers/electron/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/receivers/electron/README.md b/receivers/electron/README.md index 66c3113..8cd7b6c 100644 --- a/receivers/electron/README.md +++ b/receivers/electron/README.md @@ -98,6 +98,15 @@ Run the following commands in the `packaging` directory. sh package-macos.sh darwin-x64 ``` + +## Linux ARM64 + +Run the following commands in the `packaging` directory. + +``` +sh package.sh linux-arm64 +``` + ## Linux x64 Run the following commands in the `packaging` directory.