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:
commit
6d3472f738
2 changed files with 1 additions and 2 deletions
|
@ -39,7 +39,7 @@ Vikunja is a self-hosted open-source to-do list application for all platforms.
|
||||||
|
|
||||||
- Website aplikasi resmi: <https://vikunja.io/>
|
- Website aplikasi resmi: <https://vikunja.io/>
|
||||||
- Dokumentasi admin resmi: <https://vikunja.io/docs/>
|
- 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>
|
- Gudang YunoHost: <https://apps.yunohost.org/app/vikunja>
|
||||||
- Laporkan bug: <https://github.com/YunoHost-Apps/vikunja_ynh/issues>
|
- Laporkan bug: <https://github.com/YunoHost-Apps/vikunja_ynh/issues>
|
||||||
|
|
||||||
|
|
|
@ -92,7 +92,6 @@ ynh_systemd_action --service_name=$app --action=stop --log_path=systemd
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Upgrading source files..." --weight=5
|
ynh_script_progression --message="Upgrading source files..." --weight=5
|
||||||
|
|
||||||
# Frontend
|
|
||||||
ynh_setup_source --dest_dir="$install_dir"
|
ynh_setup_source --dest_dir="$install_dir"
|
||||||
executable="$(find $tempdir -name "vikunja-*" \! -name "*.sha256")"
|
executable="$(find $tempdir -name "vikunja-*" \! -name "*.sha256")"
|
||||||
ln -s "$executable" "$install_dir/vikunja"
|
ln -s "$executable" "$install_dir/vikunja"
|
||||||
|
|
Loading…
Add table
Reference in a new issue