Skip to content

Commit

Permalink
fix redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
mayswind committed Sep 25, 2023
1 parent 432d3fd commit 28a1080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ goto :pre_parse_args

set "package_file_name=ezbookkeeping-%package_file_name%-windows.zip"

if defined PACKAGE_FILENAME set set "package_file_name=%PACKAGE_FILENAME%"
if defined PACKAGE_FILENAME set "package_file_name=%PACKAGE_FILENAME%"

echo Building package archive "%package_file_name%" (%RELEASE_TYPE%)...

Expand Down

0 comments on commit 28a1080

Please sign in to comment.