mirror of
https://github.com/YunoHost-Apps/tldraw_ynh.git
synced 2024-09-03 20:35:54 +02:00
Update manifest.toml : disable auto update for now until multiplayer patch is fixed for newer versions
This commit is contained in:
parent
e6a1f3c50d
commit
3636b0d55d
1 changed files with 3 additions and 2 deletions
|
@ -53,8 +53,9 @@ ram.runtime = "50M"
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://github.com/tldraw/tldraw/archive/8e55e263bf45cb6d425178c638aec385ec01e62c.zip"
|
url = "https://github.com/tldraw/tldraw/archive/8e55e263bf45cb6d425178c638aec385ec01e62c.zip"
|
||||||
sha256 = "d090aac97266e043418ec34d46e722dd69c7dace4bd30f39afb9478eb21271d1"
|
sha256 = "d090aac97266e043418ec34d46e722dd69c7dace4bd30f39afb9478eb21271d1"
|
||||||
autoupdate.upstream = "https://github.com/tldraw/tldraw"
|
# Disabled autoupdate for now because it's flooding with PRs which are failing the test
|
||||||
autoupdate.strategy = "latest_github_commit"
|
# The "multiplayer" patch needs to be fixed to be adapted to newer versions
|
||||||
|
#autoupdate.strategy = "latest_github_commit"
|
||||||
|
|
||||||
[resources.ports]
|
[resources.ports]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue