Skip to content
Toby Allen edited this page Mar 16, 2025 · 3 revisions

Reminders

Since I have several times done a new release incorrectly, I'm making a note here.

  • Create Release in Github
  • Change version in Delphi
  • Change Version in Mainutils.pas
  • Change version tag 32 bit

https://github.com/tobya/DocTo/blob/e1f87664064ec32138467622e2dc5453af21def9/src/MainUtils.pas#L36-L39

  • Build 32 bit version
  • zip 32 bit version docto_32.zip
  • Change version tag 64 bit
  • Build 64 bit version
  • zip 64 bit version docto_64.zip
  • Upload both zip files and x64 .exe to Release.
  • Release!