From fbdb9b30a65b79ec5fc7a53315ad569dffd9f584 Mon Sep 17 00:00:00 2001 From: Robert Wasinger Date: Mon, 4 Mar 2024 00:51:04 -0700 Subject: [PATCH] Add default INSTALL_BINJA_FREE --- challenge/desktop/xfce4/panel/launcher-14/17095284461.desktop | 4 ++-- script/container-setup.sh | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/challenge/desktop/xfce4/panel/launcher-14/17095284461.desktop b/challenge/desktop/xfce4/panel/launcher-14/17095284461.desktop index d95e3c09c..1541d5aa1 100644 --- a/challenge/desktop/xfce4/panel/launcher-14/17095284461.desktop +++ b/challenge/desktop/xfce4/panel/launcher-14/17095284461.desktop @@ -1,8 +1,8 @@ [Desktop Entry] Version=1.0 Type=Application -Name=bina -Comment=binja +Name=Binary Ninja Free +Comment=Free Version of Binary Ninja Exec=/opt/binaryninja/binaryninja Icon=/opt/binaryninja/icon.png Path= diff --git a/script/container-setup.sh b/script/container-setup.sh index c5d667ca2..ca7f96691 100755 --- a/script/container-setup.sh +++ b/script/container-setup.sh @@ -31,6 +31,7 @@ define INSTALL_CAPSTONE no define DEFAULT_INSTALL_SELECTION no # default to not installing tools define INSTALL_DESKTOP_BASE yes # matches the challenge-mini configuration define INSTALL_IDA_FREE no # explicitly disable -- only for free dojos +define INSTALL_BINJA_FREE no # explicitly disable -- only for free dojos mv $DOJO_DIR/data/.config.env $DOJO_DIR/data/config.env . $DOJO_DIR/data/config.env