Skip to content

Commit

Permalink
angular 15 (builds ok)
Browse files Browse the repository at this point in the history
  • Loading branch information
4leite committed Feb 4, 2024
1 parent 39342fc commit 3f6e707
Show file tree
Hide file tree
Showing 16 changed files with 548 additions and 509 deletions.
1 change: 0 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"extractLicenses": true,
"vendorChunk": false,
Expand Down
3 changes: 3 additions & 0 deletions main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ import * as hook from './electron/hook'
import * as log from './electron/log'
import * as robot from './electron/robot'
import { State } from './electron/state'
import { initialize } from '@electron/remote/main'

initialize();

if (!app.requestSingleInstanceLock()) {
app.exit()
Expand Down
Loading

0 comments on commit 3f6e707

Please sign in to comment.