mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 14:12:41 +00:00
fix: Fixes install-webapp script not properly handling spaces in the desktop file name.
This commit is contained in:
2
env/.local/scripts/hypr/install-webapp
vendored
2
env/.local/scripts/hypr/install-webapp
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user