From ba2ec0a047429db57f91f93d0a190c320d0d6bed Mon Sep 17 00:00:00 2001 From: Rohan Barar <57999059+KernelGhost@users.noreply.github.com> Date: Thu, 31 Jul 2025 12:26:27 +1000 Subject: [PATCH] fix spacing for Shortcut Name comments --- setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.sh b/setup.sh index 7b77254..e89a602 100755 --- a/setup.sh +++ b/setup.sh @@ -1279,7 +1279,7 @@ function waConfigureApp() { # Source 'Info' File Containing: # - The Application Name (FULL_NAME) - # - The Shortcut Nsame (NAME) + # - The Shortcut Name (NAME) # - Application Categories (CATEGORIES) # - Executable Path (WIN_EXECUTABLE) # - Supported MIME Types (MIME_TYPES) @@ -1379,7 +1379,7 @@ function waConfigureApps() { for OSA in "${OSA_LIST[@]}"; do # Source 'Info' File Containing: # - The Application Name (FULL_NAME) - # - The Shortcut Nsame (NAME) + # - The Shortcut Name (NAME) # - Application Categories (CATEGORIES) # - Executable Path (WIN_EXECUTABLE) # - Supported MIME Types (MIME_TYPES)