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
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,12 +199,12 @@ From the project root:
#### Zip Archive

**On Windows:**
Run `.\gradlew build` and `.\package.bat` from the project root.
Run `.\gradlew build` and then `.\package-zip.bat` from the project root.
This will create `archive.zip` containing the application, run scripts, README, and LICENSE.

**On Linux/Mac:**
Run `./package.sh` from the project root.

This will create `archive.zip` containing the application, run scripts, README, and LICENSE.
Run `./gradlew build` and then `./package-zip.sh` from the project root.
This will create `NumberGuessingGame-archive.zip` containing the application, run scripts, README, and LICENSE.

#### Debian Package

Expand Down
Loading