Skip to content

Commit

Permalink
Update webapps-creator-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
krafairus authored Nov 14, 2024
1 parent 8ddc5f0 commit 27167c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapps-creator-ui
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ script_path="/usr/bin/webapps-creator-ui/webapps-creator-ui.py"

if [[ "$distribucion" == "Deepin 23" ]]; then
echo "Asignando solución para Deepin 23"
ask_password # Pedir la contraseña solo si es Deepin 23
ask_password
echo "$password" | sudo -S sed -i 's/config\.write(desktop_file)/config\.write(desktop_file, space_around_delimiters=False)/' "$script_path"
fi

Expand Down

0 comments on commit 27167c6

Please sign in to comment.