mirror of
https://github.com/YunoHost-Apps/cyberchef_ynh.git
synced 2024-09-03 18:16:31 +02:00
Merge branch 'testing'
"fix change_url too"
This commit is contained in:
commit
bf874ddffc
2 changed files with 4 additions and 3 deletions
|
@ -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"]
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue