0

I have a little question because I'm publishing my app with NativeAOT. My app is using ClearScriptV8 but the final exe doesn't include or compress automatically the ClearScriptV8.win-x64.dll rather it's just separated.

How do I add it to single file also?

Is there any missing command from this?

set publish_options=^
-c release ^
-o %outputfolder% ^
-r win-x64 ^
--framework net7.0-windows ^
--self-contained true ^
-p:PublishAot=true ^
-p:publishreadytorun=true ^
-p:PublishTrimmed=true ^
-p:enablecompressioninsinglefile=true ^
-p:IncludeNativeLibrariesForSelfExtract=true ^
-p:DebugType=none ^
-p:IncludeAllContentForSelfExtract=true
Uwe Keim
  • 39,551
  • 56
  • 175
  • 291
mark12345
  • 233
  • 1
  • 4
  • 10

0 Answers0