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

Commit

Permalink
[:repeat:] Change to Yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemika-Haj committed Jun 16, 2022
1 parent 9a9e81e commit cde42fd
Show file tree
Hide file tree
Showing 5 changed files with 5,175 additions and 15,106 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ node_modules
app
dist
electron-builder.yml
dev-app-update.yml
dev-app-update.yml
.env
2 changes: 1 addition & 1 deletion main/background.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import fs from "fs"
import path from 'path';
import electronLogger from "electron-log"

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

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

Expand Down
Loading

0 comments on commit cde42fd

Please sign in to comment.