Skip to content

Commit 84a1ee7

Browse files
committed
Update CUE4Parse
1 parent b2c3404 commit 84a1ee7

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,10 @@ To simplify distribution, all license texts have been consolidated into a single
4646
git clone https://github.com/Tectors/j0.dev --recursive
4747
```
4848

49-
### Update CUE4Parse
49+
### Update Libraries
5050

5151
```
52-
cd Source/Dependencies/CUE4Parse
53-
git fetch
54-
git checkout master
55-
git pull
52+
Source\Dependencies\update_libraries.bat
5653
```
5754

5855
### Update Lisence After Changes

Source/Dependencies/CUE4Parse

Submodule CUE4Parse updated 120 files
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
cd Source/Dependencies/CUE4Parse
2+
git fetch
3+
git checkout master
4+
git pull
5+
cd ../../

Source/vj0/Views/Settings/DebugSettingsView.axaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<ScrollViewer>
1717
<StackPanel VerticalAlignment="Top" Spacing="10" Margin="15 0">
18-
<Button Height="64" Click="OpenLogsFolder" Cursor="Hand" Background="{DynamicResource ExpanderBackground}" BorderBrush="#3d3d3d" BorderThickness="1" HorizontalAlignment="Stretch">
18+
<Button Height="66" Click="OpenLogsFolder" Cursor="Hand" Background="{DynamicResource ExpanderBackground}" BorderBrush="#3d3d3d" BorderThickness="1" HorizontalAlignment="Stretch">
1919
<Button.Resources>
2020
<ResourceDictionary>
2121
<SolidColorBrush x:Key="ButtonBackgroundPointerOver">#191919</SolidColorBrush>
@@ -37,7 +37,7 @@
3737
</StackPanel>
3838
</Button>
3939

40-
<Button Height="64" Click="OpenStartup" Cursor="Hand" Background="{DynamicResource ExpanderBackground}" BorderBrush="#3d3d3d" BorderThickness="1" HorizontalAlignment="Stretch">
40+
<Button Height="66" Click="OpenStartup" Cursor="Hand" Background="{DynamicResource ExpanderBackground}" BorderBrush="#3d3d3d" BorderThickness="1" HorizontalAlignment="Stretch">
4141
<Button.Resources>
4242
<ResourceDictionary>
4343
<SolidColorBrush x:Key="ButtonBackgroundPointerOver">#191919</SolidColorBrush>

0 commit comments

Comments
 (0)