Skip to content
This repository was archived by the owner on Jul 14, 2023. It is now read-only.

Commit 225f32e

Browse files
committed
fix google analytics path...
1 parent b933999 commit 225f32e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/main-process/analytics.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const packageInfo = require("../../package")
77
const fetchGAUser = () => {
88
let gaID
99
try {
10-
const appInfo = require("./app-info.json")
10+
const appInfo = require("../app-info.json")
1111
gaID = appInfo["ga_id"]
1212
} catch (e) {
1313
log.warn("Google Analytics ID not found, not tracking any events.")

0 commit comments

Comments
 (0)