Skip to content

Commit

Permalink
Rename directory in zip-plugin-files.ps1 script
Browse files Browse the repository at this point in the history
Update zip-plugin-files.ps1 to change the directory path from "ExportAllFormats" to "SaveAllFormat". This ensures the script points to the correct folder, fixing any potential issues related to incorrect file paths.
  • Loading branch information
ivandrofly committed Nov 24, 2024
1 parent addc274 commit a581131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/zip-plugin-files.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $directories = @(
"source\HI2UC\bin\Release\net48",
"source\HIColorer\bin\Release\net48",
"source\TightHyphen\bin\Release\net48",
"source\ExportAllFormats\bin\Release\net48",
"source\SaveAllFormat\bin\Release\net48",
"source\NoRecursiveDash\bin\Release\net48",
"source\LinesUnbreaker\bin\Release\net48"
)
Expand Down

0 comments on commit a581131

Please sign in to comment.