Update release type

This commit is contained in:
Magnus Walbeck 2024-08-10 13:59:10 +02:00
parent 9e82edea21
commit b69713830b
Signed by: mwalbeck
SSH key fingerprint: SHA256:LW2enW+zg6O/tGp+u4fVcpo+4Bn9y1qGj9SxUIBdK3s

View file

@ -47,9 +47,9 @@ class FactotumPlugin(
"Factotum": {
"displayName": "Factotum Plugin",
"displayVersion": self._plugin_version,
"type": "github_release",
"user": "mwalbeck",
"repo": "OctoPrint-Factotum",
"type": "stable_branch",
"branch": "main",
"name": "Main",
"current": self._plugin_version,
"pip": "https://git.walbeck.it/mwalbeck/OctoPrint-Factotum/archive/{target_version}.zip",
}