mirror of
https://github.com/winapps-org/winapps.git
synced 2025-08-06 10:48:27 +02:00
fix spacing for Shortcut Name comments
This commit is contained in:
4
setup.sh
4
setup.sh
@@ -1279,7 +1279,7 @@ function waConfigureApp() {
|
|||||||
|
|
||||||
# Source 'Info' File Containing:
|
# Source 'Info' File Containing:
|
||||||
# - The Application Name (FULL_NAME)
|
# - The Application Name (FULL_NAME)
|
||||||
# - The Shortcut Nsame (NAME)
|
# - The Shortcut Name (NAME)
|
||||||
# - Application Categories (CATEGORIES)
|
# - Application Categories (CATEGORIES)
|
||||||
# - Executable Path (WIN_EXECUTABLE)
|
# - Executable Path (WIN_EXECUTABLE)
|
||||||
# - Supported MIME Types (MIME_TYPES)
|
# - Supported MIME Types (MIME_TYPES)
|
||||||
@@ -1379,7 +1379,7 @@ function waConfigureApps() {
|
|||||||
for OSA in "${OSA_LIST[@]}"; do
|
for OSA in "${OSA_LIST[@]}"; do
|
||||||
# Source 'Info' File Containing:
|
# Source 'Info' File Containing:
|
||||||
# - The Application Name (FULL_NAME)
|
# - The Application Name (FULL_NAME)
|
||||||
# - The Shortcut Nsame (NAME)
|
# - The Shortcut Name (NAME)
|
||||||
# - Application Categories (CATEGORIES)
|
# - Application Categories (CATEGORIES)
|
||||||
# - Executable Path (WIN_EXECUTABLE)
|
# - Executable Path (WIN_EXECUTABLE)
|
||||||
# - Supported MIME Types (MIME_TYPES)
|
# - Supported MIME Types (MIME_TYPES)
|
||||||
|
Reference in New Issue
Block a user