@@ -136,34 +136,34 @@ void __onUpdateCancelledCallback() {
136136 AutoUpdater* autoUpdater = AutoUpdater::GetInstance ();
137137 if (autoUpdater == nullptr )
138138 return ;
139- autoUpdater->OnWinSparkleEvent (" updateCancelled " );
139+ autoUpdater->OnWinSparkleEvent (" update-cancelled " );
140140}
141141
142142void __onUpdateSkippedCallback () {
143143 AutoUpdater* autoUpdater = AutoUpdater::GetInstance ();
144144 if (autoUpdater == nullptr )
145145 return ;
146- autoUpdater->OnWinSparkleEvent (" updateSkipped " );
146+ autoUpdater->OnWinSparkleEvent (" update-skipped " );
147147}
148148
149149void __onUpdatePostponedCallback () {
150150 AutoUpdater* autoUpdater = AutoUpdater::GetInstance ();
151151 if (autoUpdater == nullptr )
152152 return ;
153- autoUpdater->OnWinSparkleEvent (" updatePostponed " );
153+ autoUpdater->OnWinSparkleEvent (" update-postponed " );
154154}
155155
156156void __onUpdateDismissedCallback () {
157157 AutoUpdater* autoUpdater = AutoUpdater::GetInstance ();
158158 if (autoUpdater == nullptr )
159159 return ;
160- autoUpdater->OnWinSparkleEvent (" updateDismissed " );
160+ autoUpdater->OnWinSparkleEvent (" update-dismissed " );
161161}
162162
163163void __onUserRunInstallerCallback () {
164164 AutoUpdater* autoUpdater = AutoUpdater::GetInstance ();
165165 if (autoUpdater == nullptr )
166166 return ;
167- autoUpdater->OnWinSparkleEvent (" userRunInstaller " );
167+ autoUpdater->OnWinSparkleEvent (" user-run-installer " );
168168}
169169} // namespace
0 commit comments