1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/vikunja_ynh.git synced 2024-09-03 18:06:26 +02:00

Merge branch 'testing' into v0.24

This commit is contained in:
CodeShakingSheep 2024-07-29 13:44:09 -05:00 committed by GitHub
commit 6d3472f738
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View file

@ -39,7 +39,7 @@ Vikunja is a self-hosted open-source to-do list application for all platforms.
- Website aplikasi resmi: <https://vikunja.io/>
- Dokumentasi admin resmi: <https://vikunja.io/docs/>
- Repositori kode aplikasi hulu: <https://kolaente.dev/vikunja/vikunja>
- Depot kode aplikasi hulu: <https://kolaente.dev/vikunja/vikunja>
- Gudang YunoHost: <https://apps.yunohost.org/app/vikunja>
- Laporkan bug: <https://github.com/YunoHost-Apps/vikunja_ynh/issues>

View file

@ -92,7 +92,6 @@ ynh_systemd_action --service_name=$app --action=stop --log_path=systemd
#=================================================
ynh_script_progression --message="Upgrading source files..." --weight=5
# Frontend
ynh_setup_source --dest_dir="$install_dir"
executable="$(find $tempdir -name "vikunja-*" \! -name "*.sha256")"
ln -s "$executable" "$install_dir/vikunja"