Skip to content

Commit fb7ae67

Browse files
committed
Fixed release script generator
1 parent c8ba956 commit fb7ae67

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed
Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
@echo off
2-
3-
cd bin\Release
4-
52
"%ProgramFiles(x86)%\Inno Setup 6\Compil32.exe" /cc "UniversalScanner.iss"
6-
7-
powershell "Compress-Archive 'UniversalScanner.exe' UniversalScanner.Installer.%date%.zip"
8-
9-
powershell "Compress-Archive 'UniversalScanner Setup.exe' UniversalScanner.Portable.%date%.zip"
3+
powershell "Compress-Archive 'UniversalScanner.exe' UniversalScanner.Portable.%date%.zip"
4+
powershell "Compress-Archive 'UniversalScanner Setup.exe' UniversalScanner.Installer.%date%.zip"

0 commit comments

Comments
 (0)