File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " hyperplay" ,
3
- "version" : " 0.22.1 " ,
3
+ "version" : " 0.22.2 " ,
4
4
"private" : true ,
5
5
"main" : " build/main/main.js" ,
6
6
"homepage" : " ./" ,
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ import { t } from 'i18next'
5
5
import { configStore , icon , isLinux } from './constants'
6
6
import { logError , logInfo , LogPrefix } from './logger/logger'
7
7
import { isOnline } from './online_monitor'
8
- import { trackEvent } from './api/metrics'
9
8
import { captureException } from '@sentry/electron'
10
9
import { getFileSize } from './utils'
11
10
import { ClientUpdateStatuses } from '@hyperplay/utils'
11
+ import { trackEvent } from './metrics/metrics'
12
12
// to test auto update on windows locally make sure you added the option "verifyUpdateCodeSignature": false
13
13
// under build.win in package.json and also change the app version to an old one there
14
14
You can’t perform that action at this time.
0 commit comments