Skip to content

Commit d0503ac

Browse files
committed
1. 패키지스크립트 업데이트
1 parent 887e929 commit d0503ac

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

LLE/LLE.Managed.Cu118.Package/LLE.Managed.Cu118.1.0.5.2.nuspec renamed to LLE/LLE.Managed.Cu118.Package/LLE.Managed.Cu118.1.0.6.nuspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>LLE.Managed.Cu118</id>
5-
<version>1.0.5.2</version>
5+
<version>1.0.6</version>
66
<title></title>
77
<authors>gellston</authors>
88
<owners></owners>
@@ -46,6 +46,7 @@
4646
<file src="runtimes\win-x64\native\opencv_videoio4.dll" target="runtimes\win-x64\native\opencv_videoio4.dll" />
4747
<file src="runtimes\win-x64\native\tiff.dll" target="runtimes\win-x64\native\tiff.dll" />
4848
<file src="runtimes\win-x64\native\zlib1.dll" target="runtimes\win-x64\native\zlib1.dll" />
49+
<file src="runtimes\win-x64\native\zlibwapi.dll" target="runtimes\win-x64\native\zlibwapi.dll" />
4950
<file src="icon.png" target="icon.png" />
5051
<file src="LICENSE.txt" target="LICENSE.txt" />
5152
<file src="readme.md" target="readme.md" />

LLE/LLE.Native.Cu118.Package/LLE.Native.Cu118.1.0.5.nuspec renamed to LLE/LLE.Native.Cu118.Package/LLE.Native.Cu118.1.0.6.nuspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>LLE.Native.Cu118</id>
5-
<version>1.0.5</version>
5+
<version>1.0.6</version>
66
<title></title>
77
<authors>gellston</authors>
88
<owners></owners>
@@ -34,6 +34,7 @@
3434
<file src="build\native\bin\x64\opencv_videoio4.dll" target="build\native\bin\x64\opencv_videoio4.dll" />
3535
<file src="build\native\bin\x64\tiff.dll" target="build\native\bin\x64\tiff.dll" />
3636
<file src="build\native\bin\x64\zlib1.dll" target="build\native\bin\x64\zlib1.dll" />
37+
<file src="build\native\bin\x64\zlibwapi.dll" target="build\native\bin\x64\zlibwapi.dll" />
3738
<file src="build\native\include\lle\image.h" target="build\native\include\lle\image.h" />
3839
<file src="build\native\include\lle\lle.h" target="build\native\include\lle\lle.h" />
3940
<file src="build\native\include\lle\lle_api.h" target="build\native\include\lle\lle_api.h" />

LLE/LLE.Native.Cu118/LLE.Native.Cu118.vcxproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,9 @@ xcopy /Y /E /I "$(OutDir)*.dll" "$(SolutionDir)LLE.Native.Cu118.Package\build\na
158158

159159
xcopy /Y /E /I "$(OutDir)*.dll" "$(SolutionDir)LLE.Managed.Cu118.Package\runtimes\win-x64\native\"
160160

161-
copy /Y "$(OutDir)zlib1.dll" "$(SolutionDir)LLE.Managed.Cu118.Package\lib\$(TargetFramework)zlibwapi.dll"
162-
copy /Y "$(OutDir)zlib1.dll" "$(SolutionDir)LLE.Managed.Cu118.Package\runtimes\win-x64\native\zlibwapi.dll"</Command>
161+
copy /Y "$(OutDir)zlib1.dll" "$(SolutionDir)LLE.Managed.Cu118.Package\runtimes\win-x64\native\zlibwapi.dll"
162+
copy /Y "$(OutDir)zlib1.dll" "$(SolutionDir)LLE.Native.Cu118.Package\build\native\bin\x64\zlibwapi.dll"
163+
</Command>
163164
</PostBuildEvent>
164165
</ItemDefinitionGroup>
165166
<ItemGroup>

0 commit comments

Comments
 (0)