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 1717 <_OpenArgumentsPre Condition =" '$(OpenWaitForExit)' == 'true'" >$(_OpenArgumentsPre) -W </_OpenArgumentsPre >
1818 <_OpenArguments >$(_OpenArguments) $(RunEnvironment)</_OpenArguments >
1919 <RunCommand >open</RunCommand >
20- <RunArguments >$(_OpenArgumentsPre) -a "$(TargetDir)/$(AssemblyName ).app" $(OpenArguments) $(_OpenArguments) --args</RunArguments >
20+ <RunArguments >$(_OpenArgumentsPre) -a "$(TargetDir)/$(_AppBundleName ).app" $(OpenArguments) $(_OpenArguments) --args</RunArguments >
2121 </PropertyGroup >
2222
2323 <PropertyGroup Condition =" '$(RunWithOpen)' == 'false'" >
24- <RunCommand >$(TargetDir)/$(AssemblyName ).app/Contents/MacOS/$(AssemblyName )</RunCommand >
24+ <RunCommand >$(TargetDir)/$(_AppBundleName ).app/Contents/MacOS/$(_NativeExecutableName )</RunCommand >
2525 <RunArguments />
2626 </PropertyGroup >
2727 </Target >
You can’t perform that action at this time.
0 commit comments