Skip to content

Commit

Permalink
Add ExportAllFormats to zip-plugin-files.ps1
Browse files Browse the repository at this point in the history
Included the ExportAllFormats directory path to the zip-plugin-files.ps1 script. This ensures the ExportAllFormats plugin is properly bundled during the build process.
  • Loading branch information
ivandrofly committed Nov 24, 2024
1 parent e442e7b commit addc274
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/zip-plugin-files.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ $directories = @(
"source\HI2UC\bin\Release\net48",
"source\HIColorer\bin\Release\net48",
"source\TightHyphen\bin\Release\net48",
"source\ExportAllFormats\bin\Release\net48",
"source\NoRecursiveDash\bin\Release\net48",
"source\LinesUnbreaker\bin\Release\net48"
)
Expand Down

0 comments on commit addc274

Please sign in to comment.