File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 115115 <MakeDir Directories =" $(LibFolder)" />
116116 <CallTarget Targets =" InstallStdLib" Condition =" '$(StandardLibraryPacks)' != ''" />
117117 <DeleteTree Directories =" $(LibFolder)/opm" />
118-
118+
119119 <Exec Command =" " $(ToolFolder)/oscript.exe" " $(MSBuildProjectDirectory)\install\unicode-zipper.os" unpack " $(MSBuildProjectDirectory)\install\opm-0.16.2.ospx" " $(LibFolder)\tmp" " />
120120 <Exec Command =" " $(ToolFolder)/oscript.exe" " $(MSBuildProjectDirectory)\install\unicode-zipper.os" unpack " $(LibFolder)\tmp\content.zip" " $(LibFolder)/opm" " />
121121 <Copy SourceFiles =" $(MSBuildProjectDirectory)\install\package-loader.os" DestinationFolder =" $(LibFolder)" />
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 >
You can’t perform that action at this time.
0 commit comments