Commit e6c2a62
authored
fix(nsis): specify full path to system's find (#6771)
GIT-SCM installation can override window's native `find` command line
tool with the one from unix tools. This in turn changes the exit code of
the whole find process command and makes us detect the app as running
even though it is not.
Credit and original fix by @theAddict1 parent c0ef4e2 commit e6c2a62
2 files changed
Lines changed: 6 additions & 1 deletion
File tree
- .changeset
- packages/app-builder-lib/templates/nsis/include
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments