1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rustdesk-server_ynh.git synced 2024-09-03 20:16:24 +02:00

Merge pull request #6 from orhtej2/patch-1

Fix autoupdate strategy.
This commit is contained in:
Tagada 2023-11-06 12:54:18 +01:00 committed by GitHub
commit 1aef93cc77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,7 +45,11 @@ ram.runtime = "50M"
arm64.sha256 = "cdab02fb8731f05ab34340b91ba8cc8333ea8e4445bda1d53ee2d4a6dbb98c7c"
armhf.url = "https://github.com/rustdesk/rustdesk-server/releases/download/1.1.8-2/rustdesk-server-linux-armv7.zip"
armhf.sha256 = "2e6df5751ca0188190c08f6b67125820e7f015545787fae34c1a661c963f0c4b"
autoupdate.strategy = "latest_github_tag"
autoupdate.strategy = "latest_github_release"
autoupdate.asset.arm64 = "rustdesk-server-linux-arm64v8\\.zip"
autoupdate.asset.amd64 = "rustdesk-server-linux-amd64\\.zip"
autoupdate.asset.armhf = "rustdesk-server-linux-armv7\\.zip"
[resources.system_user]