fix: Fixes install-webapp script not properly handling spaces in the desktop file name.

This commit is contained in:
2025-10-06 10:57:07 -04:00
parent b1fb505ac5
commit 009efbb952
3 changed files with 7 additions and 6 deletions

View File

@@ -294,7 +294,7 @@ log "\e[032mCreating web app:\e[0m $desktop_file"
print_properties
if [[ $dry_run == "0" ]]; then
generate_file $desktop_file
generate_file "$desktop_file"
fi
if [[ $interactive_mode == true ]] && [[ $dry_run == "0" ]]; then