Skip to content

Commit

Permalink
Fix autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
Salamandar committed Feb 24, 2024
1 parent e0d0051 commit b0ec413
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ armhf.url = "https://github.com/mautrix/whatsapp/releases/download/v0.10.5/mautr
armhf.sha256 = "b5866bc24efd98f24dbe3b834489f86d976b0bb3da49883c5622cf34cdf20562"

autoupdate.strategy = "latest_github_release"
autoupdate.asset.amd64 = "mautrix-whatsapp-amd64"
autoupdate.asset.arm64 = "mautrix-whatsapp-arm64"
autoupdate.asset.armhf = "mautrix-whatsapp-arm"
autoupdate.asset.amd64 = "^mautrix-whatsapp-amd64$"
autoupdate.asset.arm64 = "^mautrix-whatsapp-arm64$"
autoupdate.asset.armhf = "^mautrix-whatsapp-arm$"

[resources.apt]
packages = "g++, postgresql, ffmpeg"
Expand Down

0 comments on commit b0ec413

Please sign in to comment.