File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 25502550 <_OpenArgumentsPre Condition =" '$(OpenWaitForExit)' == 'true'" >$(_OpenArgumentsPre) -W </_OpenArgumentsPre >
25512551 <_OpenArguments >$(_OpenArguments) $(RunEnvironment)</_OpenArguments >
25522552 <RunCommand >open</RunCommand >
2553- <RunArguments >$(_OpenArgumentsPre) -a "$(TargetDir)/$(AssemblyName ).app" $(OpenArguments) $(_OpenArguments) --args</RunArguments >
2553+ <RunArguments >$(_OpenArgumentsPre) -a "$(TargetDir)/$(_AppBundleName ).app" $(OpenArguments) $(_OpenArguments) --args</RunArguments >
25542554 </PropertyGroup >
25552555
25562556 <PropertyGroup Condition =" '$(RunWithOpen)' == 'false'" >
2557- <RunCommand >$(TargetDir)/$(AssemblyName ).app/Contents/MacOS/$(AssemblyName )</RunCommand >
2557+ <RunCommand >$(TargetDir)/$(_AppBundleName ).app/Contents/MacOS/$(_NativeExecutableName )</RunCommand >
25582558 <RunArguments />
25592559 </PropertyGroup >
25602560 </Target >
You can’t perform that action at this time.
0 commit comments