From d4cbd1a64ce1f3118d60de670bc31d415fdbe5d7 Mon Sep 17 00:00:00 2001 From: Karol Mazurek Date: Mon, 22 Dec 2025 20:01:10 +0100 Subject: [PATCH] Refactor comment --- App Bundle Extension/custom/check_bundle_exe | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/App Bundle Extension/custom/check_bundle_exe b/App Bundle Extension/custom/check_bundle_exe index e4d7445..4dfe759 100755 --- a/App Bundle Extension/custom/check_bundle_exe +++ b/App Bundle Extension/custom/check_bundle_exe @@ -1,13 +1,7 @@ #!/bin/bash -# ╔══════════════════════════════════════════════════════════════════════════════╗ -# ║ CHECK BUNDLE EXECUTABLE ║ -# ║ ║ -# ║ A tool for extracting executable names from macOS app bundles Info.plist ║ -# ║ ║ -# ║ Author: Karol Mazurek @karmaz95 ║ -# ║ GitHub: https://github.com/karmaz95 ║ -# ╚══════════════════════════════════════════════════════════════════════════════╝ +# CHECK BUNDLE EXECUTABLE +# A tool for extracting executable names from macOS app bundles Info.plist get_executable_name() { local plist="$1"