Fixing Uninstallation Failure

This commit is contained in:
Gordon Cheong 2024-09-08 13:11:04 +08:00 committed by GitHub
parent 350f003d81
commit 58c66679ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1673,7 +1673,7 @@ function waUninstall() {
local BASH_SCRIPT_NAME="" # Stores the name of the application.
# Remove the 'WinApps' bash scripts.
$SUDO rm -f "${BIN_PATH}/winapps"
$SUDO rm -rf "${BIN_PATH}/winapps"
$SUDO rm -f "${BIN_PATH}/winapps-setup"
# Remove WinApps configuration data, temporary files and logs.