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

Commit 70bbcaa

Browse files
committed
Add instructions for updating version checking
1 parent e6420a3 commit 70bbcaa

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

package_etw.bat

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,12 @@ call python rename_to_version.py UIforETW\Version.h
181181
@echo Now upload the new etwpackage*.zip and etwsymbols*.zip
182182
@echo But make sure that the PersistedPresets section from startup10.wpaProfile
183183
@echo been deleted to avoid shipping modified presets and bloating the file.
184+
@echo After releasing a version with an updated version number be sure to trigger
185+
@echo the new version checking by running:
186+
@echo xcopy UIforETW\Version.h UIforETW\VersionCopy.h /y
187+
@echo git add UIforETW\VersionCopy.h
188+
@echo git commit -m "Updating VersionCopy.h for updated version checking"
189+
@echo git push
184190
@exit /b
185191

186192
:pleasecloseUIforETW

0 commit comments

Comments
 (0)