Welcome to mirror list, hosted at ThFree Co, Russian Federation.

release.cmd - github.com/windirstat/windirstat.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3170d0f4886b14ddb7fc407061fe1716d8ac71eb (plain)
1
2
3
4
5
6
7
8
9
10
11
@echo off
echo.
echo Did you copy the 7z.exe into the current directory?
echo The version given at command line was: %1
echo If you believe everything is okay, hit ENTER now.
pause
7z a -tzip -r -y windirstat%1-exe-ansi.zip .\release\*.*
7z a -t7z -r -y windirstat%1-exe-ansi.7z .\release\*.*
7z a -tzip -r -y windirstat%1-exe-unicode.zip .\urelease\*.*
7z a -t7z -r -y windirstat%1-exe-unicode.7z .\urelease\*.*