Skip to content
This repository has been archived by the owner on Mar 29, 2020. It is now read-only.

Commit

Permalink
newfeatures branch should only have bookmark feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Johuotar committed Feb 19, 2018
1 parent ce50c86 commit 44d4787
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions build_Vic2ToHoI3_release.bat
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
set /p version=Version Number?:

call "%VS140COMNTOOLS%\vsvars32.bat"
msbuild.exe "Frontend\ParadoxConverters.Frontend\ParadoxConverters.Frontend.sln" /p:Configuration=Release /m
xcopy "Frontend\ParadoxConverters.Frontend\ParadoxConverters.Frontend\bin\Release" "Vic2ToHoI3-%version%" /Y /E /I
copy "Vic2ToHoI3\Data_Files\Vic2toHoI3DefaultConfiguration.xml" "Vic2ToHoI3-%version%\Configuration\"

cd Vic2ToHoI3
call "build.bat"
xcopy "Release" "..\Vic2ToHoI3-%version%\Vic2ToHoI3" /Y /E /I
cd ..

cd "Vic2ToHoI3-%version%"
call "%SEVENZIP_LOC%\7z.exe" a -tzip -r "..\Vic2ToHoI3-%version%.zip" "*" -mx5
cd ..

set /p version=Version Number?:

call "%VS140COMNTOOLS%\vsvars32.bat"
msbuild.exe "Frontend\ParadoxConverters.Frontend\ParadoxConverters.Frontend.sln" /p:Configuration=Release /m
xcopy "Frontend\ParadoxConverters.Frontend\ParadoxConverters.Frontend\bin\Release" "Vic2ToHoI3-%version%" /Y /E /I
copy "Vic2ToHoI3\Data_Files\Vic2toHoI3DefaultConfiguration.xml" "Vic2ToHoI3-%version%\Configuration\"

cd Vic2ToHoI3
call "build.bat"
xcopy "Release" "..\Vic2ToHoI3-%version%\Vic2ToHoI3" /Y /E /I
cd ..

cd "Vic2ToHoI3-%version%"
call "%SEVENZIP_LOC%\7z.exe" a -tzip -r "..\Vic2ToHoI3-%version%.zip" "*" -mx5
cd ..

0 comments on commit 44d4787

Please sign in to comment.