Skip to content

Commit

Permalink
bump version to v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lovac42 committed Apr 10, 2020
1 parent 469280c commit 7f900d9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,18 @@
set ZIP=C:\PROGRA~1\7-Zip\7z.exe a -tzip -y -r
set REPO=hoochie_mama
set PACKID=1460733408
set VERSION=0.3.2
set VERSION=0.3.3


quick_manifest.exe "Hoochie Mama: RevQ" "%PACKID%" >%REPO%\manifest.json
echo %VERSION% >%REPO%\VERSION

fsum -r -jm -md5 -d%REPO% * > checksum.md5
move checksum.md5 %REPO%\checksum.md5

%ZIP% %REPO%_v%VERSION%_Anki20.zip *.py %REPO%\*
cd %REPO%

quick_manifest.exe "Hoochie Mama: RevQ" "%PACKID%" >manifest.json
%ZIP% ../%REPO%_v%VERSION%_Anki21.ankiaddon *

quick_manifest.exe "Hoochie Mama: RevQ" "hoochie_mama" >manifest.json
%ZIP% ../%REPO%_v%VERSION%_CCBC.adze *

0 comments on commit 7f900d9

Please sign in to comment.