Skip to content

Commit 2dfc3d5

Browse files
authored
Merge pull request #107 from theapache64/update-readme-macos-security-warning
2 parents 88b6462 + 64cad8c commit 2dfc3d5

File tree

1 file changed

+18
-9
lines changed

1 file changed

+18
-9
lines changed

README.md

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,24 @@
1919

2020
## 💻 Install
2121

22-
| Platform | Download | Status |
23-
|----------|---------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------|
24-
| Linux | [![Download Button](https://img.shields.io/static/v1?label=Linux&message=Stackzy.deb&color=30A3E6)](https://github.com/theapache64/stackzy/releases/latest) | Experimental |
25-
| Windows | [![Download Button](https://img.shields.io/static/v1?label=Windows&message=Stackzy.msi&color=30A3E6)](https://github.com/theapache64/stackzy/releases/latest) | Experimental |
26-
| MacOS | [![Download Button](https://img.shields.io/static/v1?label=MacOS&message=Stackzy.jar&color=30A3E6)](https://github.com/theapache64/stackzy/releases/latest) | Experimental |
27-
28-
> ℹ️ To run the `jar`, you need Java 15 or above. If you hate running jar, you can clone the repo and
29-
> execute `./gradlew createDistributable` to
30-
> build executable for your system.
22+
| Platform | Format | Download | Status |
23+
|--------------|--------|---------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------|
24+
| **Linux** | DEB | [![Download Button](https://img.shields.io/static/v1?label=Linux&message=Stackzy.deb&color=30A3E6)](https://github.com/theapache64/stackzy/releases/latest) | Experimental |
25+
| | JAR | [![Download Button](https://img.shields.io/static/v1?label=Linux&message=Stackzy.jar&color=30A3E6)](https://github.com/theapache64/stackzy/releases/latest) | Experimental |
26+
| **Windows** | MSI | [![Download Button](https://img.shields.io/static/v1?label=Windows&message=Stackzy.msi&color=30A3E6)](https://github.com/theapache64/stackzy/releases/latest) | Experimental |
27+
| | JAR | [![Download Button](https://img.shields.io/static/v1?label=Windows&message=Stackzy.jar&color=30A3E6)](https://github.com/theapache64/stackzy/releases/latest) | Experimental |
28+
| **MacOS** | DMG | [![Download Button](https://img.shields.io/static/v1?label=MacOS&message=Stackzy.dmg&color=30A3E6)](https://github.com/theapache64/stackzy/releases/latest) | Experimental |
29+
| | JAR (ARM64) | [![Download Button](https://img.shields.io/static/v1?label=MacOS&message=Stackzy-ARM64.jar&color=30A3E6)](https://github.com/theapache64/stackzy/releases/latest) | Experimental |
30+
| | JAR (x64) | [![Download Button](https://img.shields.io/static/v1?label=MacOS&message=Stackzy-x64.jar&color=30A3E6)](https://github.com/theapache64/stackzy/releases/latest) | Experimental |
31+
32+
### 📋 Installation Notes
33+
34+
- **JAR files**: Require Java 15 or above to run
35+
- **MacOS DMG**: The DMG file is not notarized and may trigger a security warning. To resolve this:
36+
1. Right-click the app and select "Open"
37+
2. If prompted with a security warning, go to **System Preferences****Security & Privacy**
38+
3. Click **"Open Anyway"** next to the blocked app message
39+
- **Alternative build**: If you prefer building from source, clone the repo and execute `./gradlew createDistributable`
3140

3241
## 🏋 Dependency
3342

0 commit comments

Comments
 (0)