From 5583d7afd0cbd5fdd05aa87af56d2b156f16a0fe Mon Sep 17 00:00:00 2001 From: Ted John Date: Fri, 16 Dec 2016 17:39:10 +0000 Subject: [PATCH] Automatically download title sequences in msbuild --- openrct2.proj | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/openrct2.proj b/openrct2.proj index d546d1d19a..8706156080 100644 --- a/openrct2.proj +++ b/openrct2.proj @@ -221,6 +221,39 @@ StandardOutputImportance="low" /> + + https://github.com/OpenRCT2/title-sequences/releases/download/v0.0.5/title-sequence-v0.0.5.zip + $(TargetDir)data\title + $(TargetDir)data\title\seqs.zip + $(TargetDir)sequencesversion + + + + + $([System.IO.File]::ReadAllText($(SequencesVersionPath)).Trim()) + true + + + + + + + + + + + + + + + + + + + + + +