Skip to content

Commit

Permalink
updated dmg packaging instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
haib-bwilk committed Nov 3, 2017
1 parent ad0c641 commit 1274e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ This project is being developed by Brandon Wilk Consulting

## Packaging for Mac OS X
```
javapackager -deploy -v -native -outdir target -outfile ora.dmg -srcfiles target/ORA-1.0.0.jar -appclass com.bwc.ora.Ora -name "ORA" -title "ORA"
javapackager -deploy -v -native dmg -outdir target -outfile ora -srcfiles target/ORA-1.0.0.jar -appclass com.bwc.ora.Ora -name "ORA" -title "ORA"
```

0 comments on commit 1274e77

Please sign in to comment.