1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cyberchef_ynh.git synced 2024-09-03 18:16:31 +02:00

oops, change_url had been forgotten in last commit

This commit is contained in:
oleole39 2024-02-19 17:55:49 +01:00
parent b83bf47d88
commit 21f8c258dd
2 changed files with 4 additions and 3 deletions

View file

@ -4,7 +4,7 @@ id = "cyberchef"
name = "CyberChef" name = "CyberChef"
description.en = "Cyber Swiss Army Knife - toolbox for data analysis" description.en = "Cyber Swiss Army Knife - toolbox for data analysis"
description.fr = "Cyber-couteau suisse - boîte à outils pour l'analyse de données" description.fr = "Cyber-couteau suisse - boîte à outils pour l'analyse de données"
version = "10.8.1~ynh1" version = "10.8.1~ynh2"
maintainers = ["oleole39"] maintainers = ["oleole39"]

View file

@ -9,8 +9,9 @@
source _common.sh source _common.sh
source /usr/share/yunohost/helpers source /usr/share/yunohost/helpers
upstream_version=$(ynh_app_upstream_version) upstream_source_url=$(ynh_read_manifest --manifest_key="resources.sources.main.url")
index_page="CyberChef_v${upstream_version}.html" source_filename=$(basename $upstream_source_url)
index_page=$(basename -s .zip $upstream_source_url).html #this variable will also populate the template tag __INDEX_PAGE__ in nginx.conf
#================================================= #=================================================
# STANDARD MODIFICATIONS # STANDARD MODIFICATIONS