Skip to content

Commit

Permalink
fix build with zip script
Browse files Browse the repository at this point in the history
  • Loading branch information
Morph21 committed Dec 16, 2024
1 parent 06f064d commit fba9858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_mercury_with_zip.bat
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ echo zipping with exe completed
echo zipping with lang started
echo removing old lang files
del lang.zip
call powershell Compress-Archive ../app-shared/src/main/resources/lang lang.zip
call powershell Compress-Archive ../app-shared/src/main/resources/lang/* lang.zip
echo zipping with lang ended

0 comments on commit fba9858

Please sign in to comment.