File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -64,12 +64,13 @@ Input:
64
64
</PropertyGroup >
65
65
66
66
<PropertyGroup >
67
- <GoblinBundleDir Condition =" '$(GoblinBundleDir)' == ''" >$([System.IO.Path]::GetFullPath('$(BundleDir)..\westeros- dev\'))</GoblinBundleDir >
67
+ <GoblinBundleDir Condition =" '$(GoblinBundleDir)' == ''" >$([System.IO.Path]::GetFullPath('$(BundleDir)..\cresus-cross- dev\cresus-cross \'))</GoblinBundleDir >
68
68
<GoblinSourceDir Condition =" '$(GoblinSourceDir)' == ''" >$(GoblinBundleDir)lib\$(GoblinName)\</GoblinSourceDir >
69
69
<GoblinBuildId Condition =" '$(GoblinBuildId)' == ''" >$(MSBuildProjectName)</GoblinBuildId >
70
70
<GoblinIntDir Condition =" '$(GoblinIntDir)' == ''" >$(ModuleDir)obj\$(Configuration)\$(ProjectName)\</GoblinIntDir >
71
71
<GoblinOutDir Condition =" '$(GoblinOutDir)' == ''" >$(GoblinIntDir)build\product\win-unpacked\</GoblinOutDir >
72
72
<GoblinTargetPath Condition =" '$(GoblinTargetPath)' == ''" >$(GoblinOutDir)$(TargetName)$(ZouExeExtension)</GoblinTargetPath >
73
+ <ZogPath Condition =" '$(ZogPath)' == ''" >$(GoblinBundleDir)node_modules\.bin\zog</ZogPath >
73
74
</PropertyGroup >
74
75
75
76
<Target Name =" CheckGoblinBundleDir" >
88
89
<Message Importance =" high" Text =" GoblinIntDir = $(GoblinIntDir)" />
89
90
<Message Importance =" high" Text =" GoblinOutDir = $(GoblinOutDir)" />
90
91
<Message Importance =" high" Text =" GoblinTargetPath = $(GoblinTargetPath)" />
92
+ <Message Importance =" high" Text =" ZogPath = $(ZogPath)" />
91
93
<Message Importance =" high" Text =" #GoblinBuildInput = @(GoblinBuildInput->Count())" />
92
94
<Message Importance =" high" Text =" " />
93
95
</Target >
Original file line number Diff line number Diff line change 50
50
51
51
<Message Importance =" high" Text =' $(L1b)[$(Configuration)|$(Platform)] $(XC)zog electronify.build $(T1)$(GoblinBuildId)$(XC) "$(GoblinIntDir)." $(Platform)' />
52
52
<CallTarget Targets =" GoblinEnsureBuilderRunning" />
53
- <Exec Command =' zog electronify.build $(GoblinBuildId) "$(GoblinIntDir)." $(Platform)' WorkingDirectory =" $(GoblinBundleDir)" EnvironmentVariables =" GOBLINS_APP=builder" />
53
+ <Exec Command =' "$(ZogPath)" electronify.build $(GoblinBuildId) "$(GoblinIntDir)." $(Platform)' WorkingDirectory =" $(GoblinBundleDir)" EnvironmentVariables =" GOBLINS_APP=builder" />
54
54
</Target >
55
55
56
56
<Target Name =" GoblinInitPostBuildCopy" >
You can’t perform that action at this time.
0 commit comments