Skip to content

Commit d5f401a

Browse files
committed
Повторно собирался проект при создании инсталлятора
1 parent dcddbbc commit d5f401a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Build.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
<MakeDir Directories="$(LibFolder)" />
116116
<CallTarget Targets="InstallStdLib" Condition="'$(StandardLibraryPacks)' != ''"/>
117117
<DeleteTree Directories="$(LibFolder)/opm" />
118-
118+
119119
<Exec Command="&quot;$(ToolFolder)/oscript.exe&quot; &quot;$(MSBuildProjectDirectory)\install\unicode-zipper.os&quot; unpack &quot;$(MSBuildProjectDirectory)\install\opm-0.16.2.ospx&quot; &quot;$(LibFolder)\tmp&quot;"/>
120120
<Exec Command="&quot;$(ToolFolder)/oscript.exe&quot; &quot;$(MSBuildProjectDirectory)\install\unicode-zipper.os&quot; unpack &quot;$(LibFolder)\tmp\content.zip&quot; &quot;$(LibFolder)/opm&quot;"/>
121121
<Copy SourceFiles="$(MSBuildProjectDirectory)\install\package-loader.os" DestinationFolder="$(LibFolder)"/>
@@ -168,7 +168,7 @@
168168
</Target>
169169

170170
<!-- Инсталлятор -->
171-
<Target Name="CreateInstaller" DependsOnTargets="PrepareDistributionContent">
171+
<Target Name="CreateInstaller" DependsOnTargets="PrepareArtifactsRoot">
172172
<Error Text="No installer path is specified" Condition="'$(InnoSetupPath)' == ''"/>
173173
<PropertyGroup>
174174
<InstallerStandardPath>"$(InnoSetupPath)\iscc.exe"</InstallerStandardPath>

0 commit comments

Comments
 (0)