fix cache info getting cut off
This commit is contained in:
parent
4508735c4f
commit
987f62ed5f
@ -21,6 +21,7 @@ public class CopyClientTask : InstallerTaskBase
|
|||||||
var originalGameDirInfo = new DirectoryInfo(_data.OriginalGamePath);
|
var originalGameDirInfo = new DirectoryInfo(_data.OriginalGamePath);
|
||||||
var targetInstallDirInfo = new DirectoryInfo(_data.TargetInstallPath);
|
var targetInstallDirInfo = new DirectoryInfo(_data.TargetInstallPath);
|
||||||
|
|
||||||
|
// relative path for exclusions
|
||||||
var exclusions = new[] { "\\Logs" };
|
var exclusions = new[] { "\\Logs" };
|
||||||
|
|
||||||
return FileHelper.CopyDirectoryWithProgress(originalGameDirInfo, targetInstallDirInfo, (message, progress) => { SetStatus(null, message, progress, null, true); }, exclusions);
|
return FileHelper.CopyDirectoryWithProgress(originalGameDirInfo, targetInstallDirInfo, (message, progress) => { SetStatus(null, message, progress, null, true); }, exclusions);
|
||||||
|
@ -38,7 +38,7 @@
|
|||||||
Padding="20 10"
|
Padding="20 10"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<cc:CacheInfo Grid.Row="4" Padding="10" Margin="10 0 0 0"
|
<cc:CacheInfo Grid.Row="4" Grid.ColumnSpan="3" Padding="10" Margin="10 0 0 0"
|
||||||
VerticalAlignment="Bottom"
|
VerticalAlignment="Bottom"
|
||||||
InfoText="{Binding CacheInfoText}" State="{Binding CacheCheckState}"
|
InfoText="{Binding CacheInfoText}" State="{Binding CacheCheckState}"
|
||||||
/>
|
/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user