1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/writefreely_ynh.git synced 2024-09-03 20:36:02 +02:00

autoupdate.strategy = "latest_github_release"

This commit is contained in:
OniriCorpe 2024-02-15 05:21:56 +01:00 committed by GitHub
parent 2bd8c207ec
commit 01aa9ee5b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -56,6 +56,11 @@ ram.runtime = "50M"
armhf.url = "https://github.com/writefreely/writefreely/releases/download/v0.14.0/writefreely_0.14.0_linux_arm7.tar.gz"
armhf.sha256 = "669ca8d388d9ead2530474c2498e3e0ab87d122644be9d525e5d1a3c308c1c9b"
autoupdate.strategy = "latest_github_release"
autoupdate.asset.arm64 = "^writefreely_.*_linux_arm64.tar.gz$"
autoupdate.asset.amd64 = "^writefreely_.*_linux_amd64.tar.gz$"
autoupdate.asset.armhf = "^writefreely_.*_linux_arm7.tar.gz$"
[resources.system_user]
[resources.install_dir]