Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,18 +97,19 @@ To build MyCMD you need:
---

## πŸ› οΈ Build Instructions
Building MyCMD is simple and automated for both Windows πŸͺŸ and Linux 🐧 platforms

### πŸ”Ή Windows
```bash
scripts\build-windows.bat
```
πŸ‘†πŸ» This will:
πŸ“¦ This script will automatically:

- Build the JAR with Maven
1.🧩 Build the JAR using Apache Maven

- Wrap it into an .exe with Launch4j
2.βš™οΈ Wrap it into an .exe using Launch4j

- Generate a setup.exe installer with Inno Setup
3.πŸͺ„ Generate a setup.exe installer via Inno Setup

### Final Output
```
Expand Down