You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Current code generates: 'chmod +x \"/epic/projects/foo/Intermediate/Staging/foo.sh\"' This works with xbuild, but fails with msbuild. New code generates: Run App:sh CommandLine-c 'chmod +x "/epic/projects/foo/Intermediate/Staging/foo.sh"' Similar to Ben's CL 2106889 and CL 2112830 changes in Engine/Source/Programs/AutomationTool/BuildUtils.cs #jira none #rb Ben.Marsh #fyi Andrew.Grant, Brandon.Schaefer [CL 11824678 by Michael Sartain in 4.25 branch]