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:
parent
b83bf47d88
commit
21f8c258dd
2 changed files with 4 additions and 3 deletions
|
@ -4,7 +4,7 @@ id = "cyberchef"
|
|||
name = "CyberChef"
|
||||
description.en = "Cyber Swiss Army Knife - toolbox for data analysis"
|
||||
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"]
|
||||
|
||||
|
|
|
@ -9,8 +9,9 @@
|
|||
source _common.sh
|
||||
source /usr/share/yunohost/helpers
|
||||
|
||||
upstream_version=$(ynh_app_upstream_version)
|
||||
index_page="CyberChef_v${upstream_version}.html"
|
||||
upstream_source_url=$(ynh_read_manifest --manifest_key="resources.sources.main.url")
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue