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

Commit ecb4cb2

Browse files
committed
Update Compress.ps1
1 parent 7dce123 commit ecb4cb2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Deploy/Compress.ps1

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1+
$loc = Get-Location
2+
Set-Location 'bin\Release\'
13
$compress = @{
24
LiteralPath= "sourcepawn/", "Spedit.exe", "MahApps.Metro.dll", "ICSharpCode.AvalonEdit.dll", "System.Windows.Interactivity.dll", "Xceed.Wpf.AvalonDock.dll", "Xceed.Wpf.AvalonDock.Themes.Metro.dll", "smxdasm.dll", "LysisForSpedit.dll", "QueryMaster.dll", "Ionic.BZip2.dll", "SourcepawnCondenser.dll", "Renci.SshNet.dll", "Newtonsoft.Json.dll", "DiscordRPC.dll", "ControlzEx.dll", "lang_0_spedit.xml", "GPLv3.txt"
35
#Path= "sourcepawn/"
46
#CompressionLevel = "Fastest"
57
DestinationPath = "SPEdit.Portable.zip"
68

79
}
8-
Compress-Archive -Force @compress
10+
Compress-Archive -Force @compress
11+
Set-Location $loc

0 commit comments

Comments
 (0)