Skip to content

Commit

Permalink
fix: do not check for existing install on nix
Browse files Browse the repository at this point in the history
  • Loading branch information
oskardotglobal committed Jan 15, 2025
1 parent df35487 commit 99fcee0
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion packages/winapps/setup.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/setup.sh b/setup.sh
index 8c6209fb..b7651485 100755
index b7d930d6..18000c65 100755
--- a/setup.sh
+++ b/setup.sh
@@ -39,8 +39,8 @@ readonly SYS_BIN_PATH="/usr/local/bin" # UNIX path to 'bin' dir
Expand Down Expand Up @@ -137,6 +137,15 @@ index 8c6209fb..b7651485 100755
Terminal=false
Type=Application
Icon=${APP_ICON}
@@ -1550,7 +1530,7 @@ function waInstall() {
echo -e "${BOLD_TEXT}Installing WinApps.${CLEAR_TEXT}"

# Check for existing conflicting WinApps installations.
- waCheckExistingInstall
+ # waCheckExistingInstall

# Load the WinApps configuration file.
waLoadConfig
@@ -1626,8 +1606,8 @@ function waInstall() {
waFindInstalled

Expand Down

0 comments on commit 99fcee0

Please sign in to comment.