Added run shortcuts for scripts

This commit is contained in:
2024-04-12 11:55:38 -04:00
parent 9785f10666
commit 774ea1835a
9 changed files with 2 additions and 4 deletions

View File

@ -6,7 +6,7 @@ $path_root = split-path -Parent -Path $path_scripts
$path_ue = join-path $path_root 'UE'
$path_project = join-path $path_root 'Project'
$ue_editor = join-path $path_ue Engine\Binaries\Win64\UnrealEditor.exe
$ue_editor = join-path $path_ue 'Engine\Binaries\Win64\UnrealEditor.exe'
$surgo_uproject = join-path $path_project 'Surgo.uproject'

View File

@ -1,3 +0,0 @@
[CPU]
PhysicalCores=16
LogicalCores=32