@@ -136,34 +136,34 @@ void __onUpdateCancelledCallback() {
136
136
AutoUpdater* autoUpdater = AutoUpdater::GetInstance ();
137
137
if (autoUpdater == nullptr )
138
138
return ;
139
- autoUpdater->OnWinSparkleEvent (" updateCancelled " );
139
+ autoUpdater->OnWinSparkleEvent (" update-cancelled " );
140
140
}
141
141
142
142
void __onUpdateSkippedCallback () {
143
143
AutoUpdater* autoUpdater = AutoUpdater::GetInstance ();
144
144
if (autoUpdater == nullptr )
145
145
return ;
146
- autoUpdater->OnWinSparkleEvent (" updateSkipped " );
146
+ autoUpdater->OnWinSparkleEvent (" update-skipped " );
147
147
}
148
148
149
149
void __onUpdatePostponedCallback () {
150
150
AutoUpdater* autoUpdater = AutoUpdater::GetInstance ();
151
151
if (autoUpdater == nullptr )
152
152
return ;
153
- autoUpdater->OnWinSparkleEvent (" updatePostponed " );
153
+ autoUpdater->OnWinSparkleEvent (" update-postponed " );
154
154
}
155
155
156
156
void __onUpdateDismissedCallback () {
157
157
AutoUpdater* autoUpdater = AutoUpdater::GetInstance ();
158
158
if (autoUpdater == nullptr )
159
159
return ;
160
- autoUpdater->OnWinSparkleEvent (" updateDismissed " );
160
+ autoUpdater->OnWinSparkleEvent (" update-dismissed " );
161
161
}
162
162
163
163
void __onUserRunInstallerCallback () {
164
164
AutoUpdater* autoUpdater = AutoUpdater::GetInstance ();
165
165
if (autoUpdater == nullptr )
166
166
return ;
167
- autoUpdater->OnWinSparkleEvent (" userRunInstaller " );
167
+ autoUpdater->OnWinSparkleEvent (" user-run-installer " );
168
168
}
169
169
} // namespace
0 commit comments