From 2e9d5e5edb97c3ee112ce5d697386c1f210bce6e Mon Sep 17 00:00:00 2001 From: Bohan Cheng <47214785+cbh778899@users.noreply.github.com> Date: Tue, 12 Nov 2024 14:10:00 +1100 Subject: [PATCH] Update README.md (#79) * Update README.md Signed-off-by: Bohan Cheng <47214785+cbh778899@users.noreply.github.com> * remove macos from building app Signed-off-by: cbh778899 --------- Signed-off-by: Bohan Cheng <47214785+cbh778899@users.noreply.github.com> Signed-off-by: cbh778899 --- README.md | 2 +- electron-builder.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4a20f02..09830b3 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Currently there's no `Code Signing` in our distributions, so your defender might _**Sensitive informations are stored only at your own machine. No one can see them.**_ #### MacOS X (.zip) -Extract from dmg might say they are broked, it's because it's been blocked by the Gatekeeper. You can download the `.zip` file and extract `.app` from it, and run the `.app` file directly to give you chance bypassing the Gatekeeper. +> Currently, MacOS X has been confirmed cannot use. We will look into this and update later. #### Windows (.exe) To install the application, Windows Defender SmartScreen might block you, please select **More info** and choose **Run anyway**. #### Linux (.AppImage) diff --git a/electron-builder.yml b/electron-builder.yml index 034d00f..522bc6f 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -14,10 +14,10 @@ win: - nsis icon: build/icons/icon.ico # Set Windows icon -mac: - target: - - zip - icon: build/icons/icon.icns # Set macOS icon +# mac: +# target: +# - zip +# icon: build/icons/icon.icns # Set macOS icon linux: target: