Fix a typo
This commit is contained in:
@ -30,7 +30,7 @@ jpackage seems to pull in the entire working directory unnecessarily. To avoid b
|
|||||||
## Linux
|
## Linux
|
||||||
|
|
||||||
``` sh
|
``` sh
|
||||||
> mkdir packaing
|
> mkdir packaging
|
||||||
> cp target/numbersstation-1.0-SNAPSHOT.jar packaging
|
> cp target/numbersstation-1.0-SNAPSHOT.jar packaging
|
||||||
> cd 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"
|
> 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"
|
||||||
|
Reference in New Issue
Block a user