Package source for HeidiSQL Chocolatey package https://community.chocolatey.org/packages/HeidiSQL
  • Python 94.2%
  • PowerShell 5.8%
Find a file
2026-04-16 12:03:27 +02:00
src Update package to version 12.17 2026-04-12 13:54:16 +02:00
tools Add README.md and move part of the documentation there. 2026-04-16 11:47:10 +02:00
.gitignore Package tool integrated in this repository 2026-04-16 11:26:51 +02:00
README.md Further improvements on README.me 2026-04-16 12:03:27 +02:00

Package source for HeidiSQL Chocolatey package

This repository contains the source for the Windows HeidiSQL Chocolatey package (in directory src), as well as tooling for automating what needs to happen when a new version of HeidiSQL is released: update the source, compile the package, push it to Chocolatey.

Preparation (one-time)

You need a Windows computer to create and push Chocolatey packages, since you need choco.exe and that only runs on Windows (unless you have found a way around that, in which case I would grateful if you could tell me about that).

How to update the package

Run tools\hcpt.py from the top directory of your local HeidiSQL package source code repository, using uv to take care of dependencies:

uv run tools\hcpt.py <options> <arguments>

Most of the time what you want is to run the whole process, like this:

uv run tools\hcpt.py all

Run it with option -h for a full explanation of commands and options.