Revert to lowercase
This commit is contained in:
parent
879bf241cb
commit
94a33c9d75
2
build.py
2
build.py
@ -101,7 +101,7 @@ def unreal(ctx):
|
||||
|
||||
click.echo('--- Copying libs and header into unreal example')
|
||||
|
||||
UNREAL_PROJECT_PATH = os.path.join(SCRIPT_PATH, 'examples', 'unrealstatus', 'Plugins', 'DiscordRpc')
|
||||
UNREAL_PROJECT_PATH = os.path.join(SCRIPT_PATH, 'examples', 'unrealstatus', 'Plugins', 'discordrpc')
|
||||
BUILD_BASE_PATH = os.path.join(SCRIPT_PATH, 'builds', 'win64-dynamic', 'src', 'Release')
|
||||
|
||||
UNREAL_DLL_PATH = os.path.join(UNREAL_PROJECT_PATH, 'Source', 'ThirdParty', 'DiscordRpcLibrary', 'Win64')
|
||||
|
Loading…
x
Reference in New Issue
Block a user