mirror of
https://github.com/felixrieseberg/macintosh.js.git
synced 2025-08-14 14:26:35 +00:00
fix: Credits & version info
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
const { shell, ipcRenderer } = require("electron");
|
||||
const path = require("path");
|
||||
const { versions } = require("process");
|
||||
|
||||
const { getAppVersion } = require("./ipc.js");
|
||||
const { getAppVersion } = require("./ipc");
|
||||
|
||||
async function credits() {
|
||||
license.onclick = () => {
|
||||
|
Reference in New Issue
Block a user