Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Commit

Permalink
added missing library
Browse files Browse the repository at this point in the history
  • Loading branch information
maxijabase committed Feb 24, 2021
1 parent 077fafd commit 099c223
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Deploy/Compress.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$loc = Get-Location
Set-Location 'bin\Release\'
$compress = @{
LiteralPath= "sourcepawn/", "lysis/", "SPCode.exe", "MahApps.Metro.dll", "ICSharpCode.AvalonEdit.dll", "ByteSize.dll", "System.Windows.Interactivity.dll", "Xceed.Wpf.AvalonDock.dll", "Xceed.Wpf.AvalonDock.Themes.Metro.dll", "smxdasm.dll", "QueryMaster.dll", "Ionic.BZip2.dll", "SourcepawnCondenser.dll", "Renci.SshNet.dll", "Newtonsoft.Json.dll", "DiscordRPC.dll", "ControlzEx.dll", "Octokit.dll", "Microsoft.WindowsAPICodePack.dll", "Microsoft.WindowsAPICodePack.Shell.dll", "lang_0_spcode.xml", "GPLv3.txt"
LiteralPath= "sourcepawn/", "lysis/", "SPCode.exe", "MahApps.Metro.dll", "Markdig.dll", "ICSharpCode.AvalonEdit.dll", "ByteSize.dll", "System.Windows.Interactivity.dll", "Xceed.Wpf.AvalonDock.dll", "Xceed.Wpf.AvalonDock.Themes.Metro.dll", "smxdasm.dll", "QueryMaster.dll", "Ionic.BZip2.dll", "SourcepawnCondenser.dll", "Renci.SshNet.dll", "Newtonsoft.Json.dll", "DiscordRPC.dll", "ControlzEx.dll", "Octokit.dll", "Microsoft.WindowsAPICodePack.dll", "Microsoft.WindowsAPICodePack.Shell.dll", "lang_0_spcode.xml", "GPLv3.txt"
DestinationPath = "SPCode.Portable.zip"

}
Expand Down
1 change: 1 addition & 0 deletions Deploy/SPCode.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ File QueryMaster.dll
File Ionic.BZip2.dll
File SourcepawnCondenser.dll
File ByteSize.dll
File Markdig.dll
File Renci.SshNet.dll
File Newtonsoft.Json.dll
File DiscordRPC.dll
Expand Down

0 comments on commit 099c223

Please sign in to comment.