mirror of
https://github.com/Molunerfinn/PicGo.git
synced 2024-04-21 10:31:33 +00:00
🐛 Fix: cI build error in linux
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@
|
||||
"postuninstall": "electron-builder install-app-deps",
|
||||
"cz": "git-cz",
|
||||
"bump": "bump-version",
|
||||
"release": "npm run electron:build -p always"
|
||||
"release": "npm run electron:build --publish always"
|
||||
},
|
||||
"main": "background.js",
|
||||
"husky": {
|
||||
|
||||
@@ -9,7 +9,7 @@ import {
|
||||
import logger from './logger'
|
||||
import GuiApi from './guiApi'
|
||||
import db from '#/datastore'
|
||||
import shortKeyService from './shortKeyService'
|
||||
import shortKeyService from './shortkeyService'
|
||||
import picgo from './picgo'
|
||||
|
||||
class ShortKeyHandler {
|
||||
|
||||
Reference in New Issue
Block a user