live icon

Signed-off-by: Core <core@coredev.uk>
This commit is contained in:
Core 2022-09-15 01:29:10 +01:00
parent bf6c439927
commit d0e18236a6
No known key found for this signature in database
GPG key ID: 2AB8327FBA02D1C0
5 changed files with 14 additions and 12 deletions

View file

@ -1,10 +1,6 @@
require("v8-compile-cache");
import { join } from "path";
import { app } from "electron";
if (!app.isPackaged) {
app.setPath("userData", join(app.getPath("appData"), "Cider"));
}
import { app, components, ipcMain } from "electron";
import { Store } from "./base/store";
import { AppEvents } from "./base/app";
@ -12,7 +8,6 @@ import { Plugins } from "./base/plugins";
import { BrowserWindow } from "./base/browserwindow";
import { init as Sentry } from "@sentry/electron";
import { RewriteFrames } from "@sentry/integrations";
import { components, ipcMain } from "electron";
// Analytics for debugging fun yeah.
Sentry({