Skip to content

Commit

Permalink
Automatically generate releases via AppVeyor (8)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikescher committed Feb 2, 2021
1 parent c2b828b commit ff9bd9f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Data/PACKAGE_RELEASE.bat
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if exist Package rd /S /Q Package
echo.

echo "xcopy Release Package"
xcopy Release\ Package\ /s /e /y
xcopy /s /i Release Package
echo.

echo "cd Package"
Expand Down Expand Up @@ -104,10 +104,14 @@ echo "del AlephNote.zip"
if exist AlephNote.zip del AlephNote.zip
echo.

echo "cd Data"
cd Data
echo "[cd Data ->] %cd%"
echo.

echo "7za AlephNote.zip"
7za.exe a .\..\AlephNote.zip .\..\Bin\Package\*
echo.

echo "cd .."
cd ..
Expand Down

0 comments on commit ff9bd9f

Please sign in to comment.