mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-05-23 03:06:53 -04:00
3 lines
No EOL
269 B
PowerShell
3 lines
No EOL
269 B
PowerShell
New-Item "$PSScriptRoot\bin" -ItemType Directory -Force
|
|
$files = Get-ChildItem -Path "$PSScriptRoot\..\DiscordChatExporter\bin\Release\*" -Include "*.exe", "*.dll", "*.config"
|
|
$files | Compress-Archive -DestinationPath "$PSScriptRoot\bin\DiscordChatExporter.zip" -Force |