diff --git a/.appveyor.yml b/.appveyor.yml index b68237e..6ae1b2c 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -24,8 +24,8 @@ after_build: - cmd: mkdir artifacts #- cmd: xcopy /s /y WelsonJS.Toolkit\WelsonJS.Toolkit\bin\x86\%CONFIGURATION%\* artifacts\ - cmd: xcopy /s /y WelsonJS.Toolkit\WelsonJS.Service\bin\x86\%CONFIGURATION%\* artifacts\ - - cmd: xcopy /s /y WelsonJS.Toolkit\WelsonJS.Launcher\bin\x86\%CONFIGURATION%\* artifacts\ - - cmd: xcopy /s /y WelsonJS.Toolkit\Catswords.Phantomizer\bin\x86\%CONFIGURATION%\* artifacts\ + - cmd: xcopy /s /y WelsonJS.Toolkit\WelsonJS.Launcher\bin\%CONFIGURATION%\* artifacts\ + - cmd: xcopy /s /y WelsonJS.Toolkit\Catswords.Phantomizer\bin\%CONFIGURATION%\netstandard2.0\* artifacts\ - cmd: nuget pack WelsonJS.Toolkit\WelsonJS.Toolkit\ -properties Configuration=%CONFIGURATION% -properties Platform=x86 -OutputDirectory artifacts\ - ps: Start-BitsTransfer -Source "https://catswords.blob.core.windows.net/welsonjs/welsonjs_setup_unsigned.exe" -Destination "artifacts\welsonjs_setup.exe" - ps: Start-BitsTransfer -Source "https://catswords.blob.core.windows.net/welsonjs/chakracore-build/x86_release/ChakraCore.dll" -Destination "artifacts\ChakraCore.dll" diff --git a/WelsonJS.Toolkit/Catswords.Phantomizer/Catswords.Phantomizer.csproj b/WelsonJS.Toolkit/Catswords.Phantomizer/Catswords.Phantomizer.csproj index dbdcea4..2d69ee3 100644 --- a/WelsonJS.Toolkit/Catswords.Phantomizer/Catswords.Phantomizer.csproj +++ b/WelsonJS.Toolkit/Catswords.Phantomizer/Catswords.Phantomizer.csproj @@ -2,6 +2,13 @@ netstandard2.0 + Catswords Research + Namhyeon Go, 2025 Catswords OSS and WelsonJS Contributors + https://github.com/gnh1201/welsonjs + git + https://github.com/gnh1201/welsonjs + loader + Catswords.Phantomizer is an HTTP-based dynamic-link library (DLL) loader designed for .NET applications. It allows your application to fetch and load assemblies directly from your CDN (Azure Blob, S3, Cloudflare R2, etc.) at runtime, with optional GZip compression support.