Skip to content

Commit

Permalink
0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
miaowing committed Jul 30, 2020
1 parent 917baf0 commit c54cc0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "i5sing",
"productName": "i5sing",
"version": "0.2.2",
"version": "0.2.3",
"description": "My Electron application description",
"main": "./.webpack/main",
"scripts": {
Expand Down
11 changes: 1 addition & 10 deletions src/main/main.ts
Original file line number Diff line number Diff line change
@@ -1,17 +1,8 @@
import { bootstrap } from "./app";
import { app, ipcMain, Notification, nativeImage } from 'electron';
import { app } from 'electron';
import { Store } from "./stores/Store";
import { AuthService, CloudService, DownloadService, HistoryService, InitialService, LocalService } from "./services";
import { MainWindow } from "./windows/MainWindow";
import {
GET_STORE_CACHE_EVENT,
LOGOUT_EVENT,
OPEN_LOGIN_WINDOW,
SEND_STORE_CACHE_EVENT, SONG_NOTIFY_EVENT,
SYNC_CACHE_EVENT, SYNC_LRC_EVENT
} from "../constants/Events";
import { REDUX_STORE } from "../constants/Store";
import { LoginWindow } from "./windows/LoginWindow";
import { registerEvents } from "./events";

// Handle creating/removing shortcuts on Windows when installing/uninstalling.
Expand Down

0 comments on commit c54cc0d

Please sign in to comment.