Fix a typo

This commit is contained in:
2025-07-07 19:22:10 +00:00
parent b4df31a31a
commit a5fd5444da

View File

@ -30,7 +30,7 @@ jpackage seems to pull in the entire working directory unnecessarily. To avoid b
## Linux
``` sh
> mkdir packaing
> mkdir packaging
> cp target/numbersstation-1.0-SNAPSHOT.jar packaging
> cd packaging
> jpackage --input . --name numbers-station --main-jar numbersstation-1.0-SNAPSHOT.jar --main-class name.nathanmcrae.numbersstation.MainRun --type deb --icon ../icon.ico --description "Tool to periodically upload encrypted messages to a website/blog"