Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
stefnotch committed Mar 22, 2020
1 parent 93c5056 commit 53da36c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src-electron/main-process/electron-main.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { app, BrowserWindow, shell, Menu, ipcMain, dialog } from "electron";
import fs from "fs";
import { productName } from "./../../package.json";
/**
* Set `__statics` path to static files in production;
* The reason we are setting it here is that the path needs to be evaluated at runtime
Expand Down

0 comments on commit 53da36c

Please sign in to comment.