Skip to content

Commit

Permalink
Changed to relative path for python scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
rstager committed Jun 20, 2017
1 parent 94f2a2a commit 07bc17b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Config/DefaultGame.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ InsertPack=(PackSource="StarterContent.upack,PackName="StarterContent")
[/Script/UnrealEd.ProjectPackagingSettings]
BuildConfiguration=PPBC_Development
StagingDirectory=(Path="/home/keras/Documents/UnrealProjects/ARoboCar/Release/v1/")
StagingDirectory=(Path="/home/keras/buildue/ARoboCar_v1/")
FullRebuild=False
ForDistribution=False
IncludeDebugFiles=False
Expand All @@ -35,6 +35,9 @@ bCookMapsOnly=True
bCompressed=False
bEncryptIniFiles=False
bSkipEditorContent=True
-DirectoriesToAlwaysStageAsUFS=(Path="")
+DirectoriesToAlwaysStageAsUFS=(Path="Scripts/")
bNativizeBlueprintAssets=False
bNativizeOnlySelectedBlueprints=False

0 comments on commit 07bc17b

Please sign in to comment.