mirror of
https://github.com/YunoHost-Apps/UMS_ynh.git
synced 2024-10-01 13:35:01 +02:00
Updater for x86_64
This commit is contained in:
parent
cee855f218
commit
7c8627a00f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/updater.sh
vendored
2
.github/workflows/updater.sh
vendored
|
@ -63,7 +63,7 @@ case $asset_url in
|
||||||
*"armhf.tgz"*)
|
*"armhf.tgz"*)
|
||||||
src="app.armhf"
|
src="app.armhf"
|
||||||
;;
|
;;
|
||||||
*"x_86_64.tgz"*)
|
*"x86_64.tgz"*)
|
||||||
src="app.x86_64"
|
src="app.x86_64"
|
||||||
;;
|
;;
|
||||||
*"x86.tgz"*)
|
*"x86.tgz"*)
|
||||||
|
|
Loading…
Add table
Reference in a new issue