Added run shortcuts for scripts
This commit is contained in:
@@ -20,3 +20,4 @@ Project/Build/Windows/FileOpenOrder
|
|||||||
*.target
|
*.target
|
||||||
Project/Saved/StagedBuilds
|
Project/Saved/StagedBuilds
|
||||||
Project/Binaries
|
Project/Binaries
|
||||||
|
scripts/system_details.ini
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1
-1
@@ -6,7 +6,7 @@ $path_root = split-path -Parent -Path $path_scripts
|
|||||||
$path_ue = join-path $path_root 'UE'
|
$path_ue = join-path $path_root 'UE'
|
||||||
$path_project = join-path $path_root 'Project'
|
$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'
|
$surgo_uproject = join-path $path_project 'Surgo.uproject'
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
[CPU]
|
|
||||||
PhysicalCores=16
|
|
||||||
LogicalCores=32
|
|
||||||
Reference in New Issue
Block a user