Skip to content

Commit fb48118

Browse files
authored
Revise README with enhanced project details and license
Updated project description and added licensing information. Signed-off-by: Jody Paul <jody@users.noreply.github.com>
1 parent d4c68d4 commit fb48118

1 file changed

Lines changed: 12 additions & 6 deletions

File tree

README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# NativeJavaApp
2-
Scaffold for creating double-clickable apps using Java
2+
Native Java App provides a scaffolded framework for creating and packaging double-clickable Java applications for macOS, Windows, and Linux.
33

44
This project uses Apache Ant and JDK 25 to compile, bundle, and package a Java application into native installers (.dmg for macOS, .deb for Ubuntu, and .msi for Windows).
55

@@ -128,11 +128,6 @@ When ready to bump the version, remember to update the version number in **two**
128128
- The Git Tag (the v1.0.1 above).
129129
- The **app.version** property at the top of `build.xml`. This ensures that when the user installs the app, the OS sees the correct version number in the "About" or "Get Info" screens.
130130

131-
---
132-
## Native Java App Website
133-
134-
https://metrocs.github.io/NativeJavaApp/
135-
136131
---
137132
## References
138133

@@ -142,3 +137,14 @@ https://metrocs.github.io/NativeJavaApp/
142137

143138
### Alternatives
144139
- **jDeploy:** https://www.jdeploy.com
140+
141+
---
142+
Native Java App provides learners with a scaffolded framework for creating and packaging double-clickable native Java applications for macOS, Windows, and Linux.
143+
144+
Copyright (c) 2026 Dr. Jody Paul
145+
146+
This program is free software: you can redistribute it and/or modify it under the terms of the [GNU General Public License](LICENSE) as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
147+
148+
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
149+
150+
You should have received a copy of the GNU General Public License along with this program. If not, see [https://www.gnu.org/licenses/](https://www.gnu.org/licenses/).

0 commit comments

Comments
 (0)