fix missing quote in PACKAGES.md

This commit is contained in:
idk
2022-09-15 14:12:24 -04:00
parent 0b57e6b83f
commit 0d23afec1f

View File

@ -12,7 +12,7 @@ including jpackage installed:
2. Update the version number(`GITHUB_TAG`) and version title(`GITHUB_NAME`) in `config.sh`
3. On a Linux machine, run `./release.sh`
4. On a Windows machine, run `./windows-release.sh`
5. On whatever machine you check in code with, run ./packages.sh
5. On whatever machine you check in code with, run `./packages.sh`
Windows
-------