mirror of
https://github.com/winapps-org/winapps.git
synced 2025-06-03 05:37:19 +02:00
Fixing Uninstallation Failure
This commit is contained in:
parent
350f003d81
commit
58c66679ab
2
setup.sh
2
setup.sh
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user