Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions release-instructions/release-Readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
**RELEASE PREPARATION (versioning)**
* ensure that the bundled JRE is a recent version
(this creates a release tag which has versioning fields set appropriately, tags it, and pushes it to github)
* ensure that the bundled JRE is a recent version
* switch to your pdf-over clone
* run ```mvn install``` to verify that it builds
(you can skip this step if you are feeling brave)
Expand Down Expand Up @@ -72,7 +72,7 @@ nothing to do here, just rename pdf-over_linux-x86_64.jar to PDF-Over-{version}.
[HKEY_CLASSES_ROOT\PDF-Over.pdf\shell\open\command] REG_SZ "" "C:\Path\To\PDF-Over.exe\" "%1"

**at last:**
- click "Build" in the toolbar, this produces pdf-over/installer/windows/PDF-Over-SetupFiles/PDF-Over.msi
- click "Build" in the toolbar, this produces C:/temp/pdfover-packaging/PDF-Over-SetupFiles/PDF-Over.msi
- rename this to PDF-Over-{version}.msi; you are done
---
**MAC-SPECIFIC RELEASE PROCESS**
Expand Down
Loading