Refactor comment

This commit is contained in:
Karol Mazurek
2025-12-22 20:01:10 +01:00
parent ff55402c23
commit d4cbd1a64c

View File

@@ -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"