Skip to content

Commit

Permalink
Update README.md (#79)
Browse files Browse the repository at this point in the history
* Update README.md

Signed-off-by: Bohan Cheng <[email protected]>

* remove macos from building app

Signed-off-by: cbh778899 <[email protected]>

---------

Signed-off-by: Bohan Cheng <[email protected]>
Signed-off-by: cbh778899 <[email protected]>
  • Loading branch information
cbh778899 authored Nov 12, 2024
1 parent e704613 commit 2e9d5e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
8 changes: 4 additions & 4 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2e9d5e5

Please sign in to comment.