mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-22 17:24:34 +00:00
Add command line interface and change solution structure (#26)
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
New-Item "$PSScriptRoot\bin" -ItemType Directory -Force
|
||||
$files = Get-ChildItem -Path "$PSScriptRoot\..\DiscordChatExporter\bin\Release\*" -Include "*.exe", "*.dll", "*.config"
|
||||
$files = @()
|
||||
$files += Get-ChildItem -Path "$PSScriptRoot\..\DiscordChatExporter.Gui\bin\Release\*" -Include "*.exe", "*.dll", "*.config"
|
||||
$files += Get-ChildItem -Path "$PSScriptRoot\..\DiscordChatExporter.Cli\bin\Release\net45\*" -Include "*.exe", "*.dll", "*.config"
|
||||
$files | Compress-Archive -DestinationPath "$PSScriptRoot\bin\DiscordChatExporter.zip" -Force
|
||||
Reference in New Issue
Block a user