fix incorrect path in theme template

This commit is contained in:
sbwalker
2025-04-09 17:21:23 -04:00
parent 0ac48cba34
commit b88c28f864

View File

@ -4,4 +4,4 @@ set ProjectName=%2
del "*.nupkg"
"..\..\[RootFolder]\oqtane.package\nuget.exe" pack %ProjectName%.nuspec -Properties targetframework=%TargetFramework%;projectname=%ProjectName%
XCOPY "*.nupkg" "..\..\[RootFolder]\Oqtane.Server\wwwroot\Packages\" /Y
XCOPY "*.nupkg" "..\..\[RootFolder]\Oqtane.Server\Packages\" /Y