Skip to content
This repository was archived by the owner on May 29, 2025. It is now read-only.

Commit f4efc7d

Browse files
committed
Fix packaging script typo
1 parent fbb219b commit f4efc7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package_etw.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ del *.zip 2>nul
167167
call python make_zip_file.py etwpackage.zip etwpackage
168168
@echo on
169169
cd etwsymserver
170-
call python make_zip_file.py ..\etwsymbols.zip .
170+
call python ..\make_zip_file.py ..\etwsymbols.zip .
171171
cd ..
172172
@echo on
173173
call python rename_to_version.py UIforETW\Version.h

0 commit comments

Comments
 (0)