Skip to content

Commit

Permalink
Fix packaging script typo
Browse files Browse the repository at this point in the history
  • Loading branch information
randomascii committed Nov 4, 2018
1 parent fbb219b commit f4efc7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package_etw.bat
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ del *.zip 2>nul
call python make_zip_file.py etwpackage.zip etwpackage
@echo on
cd etwsymserver
call python make_zip_file.py ..\etwsymbols.zip .
call python ..\make_zip_file.py ..\etwsymbols.zip .
cd ..
@echo on
call python rename_to_version.py UIforETW\Version.h
Expand Down

0 comments on commit f4efc7d

Please sign in to comment.