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

Commit cde42fd

Browse files
committed
[:repeat:] Change to Yarn
1 parent 9a9e81e commit cde42fd

File tree

5 files changed

+5175
-15106
lines changed

5 files changed

+5175
-15106
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ node_modules
44
app
55
dist
66
electron-builder.yml
7-
dev-app-update.yml
7+
dev-app-update.yml
8+
.env

main/background.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import fs from "fs"
55
import path from 'path';
66
import electronLogger from "electron-log"
77

8-
import { autoUpdater, UpdateInfo } from "electron-updater"
8+
import { autoUpdater, UpdateInfo } from 'electron-updater';
99

1010
const isProd: boolean = process.env.NODE_ENV === 'production';
1111

0 commit comments

Comments
 (0)