Files
UnrealEngineUWP/GenerateProjectFiles.command
T

8 lines
234 B
Bash
Raw Normal View History

#!/bin/sh
2020-01-07 17:07:47 -05:00
# Copyright Epic Games, Inc. All Rights Reserved.
#
# Simple wrapper around GenerateProjectFiles.sh using the
# .command extension enables it to be run from the OSX Finder.
2023-05-25 13:04:27 -04:00
sh "$(dirname "$0")"/GenerateProjectFiles.sh "$@"