Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Commit

Permalink
Fix issue reading version file
Browse files Browse the repository at this point in the history
  • Loading branch information
nwmac committed Dec 10, 2020
1 parent ee48bc5 commit 8d30436
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions electron/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const {
} = require('electron')

const fs = require('fs');
const path = require("path");

const isMac = process.platform === 'darwin'

Expand Down

0 comments on commit 8d30436

Please sign in to comment.