fix: add channel to publish configuration in electron-builder
All checks were successful
Build / increment-version (push) Successful in 7s
Build / build-linux (push) Successful in 2m6s
Build / build-windows (push) Successful in 5m40s
Build / create-release (push) Successful in 20s

This commit is contained in:
2026-02-24 22:57:03 +11:00
parent 9f090145fe
commit 687b42872c

View File

@@ -88,6 +88,7 @@
},
"publish": {
"provider": "generic",
"url": "http://synbox.ruv.wtf:8418/litruv/cinny-desktop/releases/download/v${version}"
"url": "http://synbox.ruv.wtf:8418/litruv/cinny-desktop/releases/download/v${version}",
"channel": "latest"
}
}