1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-30 10:15:36 +01:00

copy data/shaders to bin

This commit is contained in:
Ted John
2016-06-12 23:42:53 +01:00
parent f5604c6b69
commit f96c595502

View File

@@ -37,6 +37,7 @@ function Build-Data()
# Create symlinks
Symlink-or-Copy "$binDataPath\language" "$dataPath\language" > $null
Symlink-or-Copy "$binDataPath\shaders" "$dataPath\shaders" > $null
Symlink-or-Copy "$binDataPath\title" "$dataPath\title" > $null
return 0