File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
packages/app-builder-lib/templates/nsis/include Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " app-builder-lib " : patch
3
+ ---
4
+
5
+ fix(nsis): undefined vars when ` customCheckAppRunning ` is defined
Original file line number Diff line number Diff line change 33
33
Var /GLOBAL CmdPath
34
34
Var /GLOBAL FindPath
35
35
Var /GLOBAL PowerShellPath
36
+ StrCpy $CmdPath " $SYSDIR\cmd.exe"
37
+ StrCpy $FindPath " $SYSDIR\find.exe"
38
+ StrCpy $PowerShellPath " $SYSDIR\WindowsPowerShell\v1.0\powershell.exe"
36
39
!ifmacrodef customCheckAppRunning
37
40
!insertmacro customCheckAppRunning
38
41
!else
39
- StrCpy $CmdPath " $SYSDIR\cmd.exe"
40
- StrCpy $FindPath " $SYSDIR\find.exe"
41
- StrCpy $PowerShellPath " $SYSDIR\WindowsPowerShell\v1.0\powershell.exe"
42
42
!insertmacro IS_POWERSHELL_AVAILABLE
43
43
!insertmacro _CHECK_APP_RUNNING
44
44
!endif
You can’t perform that action at this time.
0 commit comments