We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 16dfe19 + a0a6823 commit 1036071Copy full SHA for 1036071
.circleci/config.yml
@@ -790,6 +790,9 @@ jobs:
790
root: .
791
paths:
792
- ./docker-release
793
+ - store_artifacts:
794
+ path: docker-release
795
+ destination: docker-release
796
797
# Release jobs
798
store-build-artifacts:
redisinsight/ui/src/electron/utils/ipcDeleteStoreValues.ts
@@ -1,5 +1,5 @@
1
import { ElectronStorageItem, IpcEvent } from 'uiSrc/electron/constants'
2
3
export const ipcDeleteDownloadedVersion = async () => {
4
- await window.electron.ipcRenderer.invoke(IpcEvent.deleteStoreValue, ElectronStorageItem.updateDownloadedVersion)
+ await window.app.ipc.invoke(IpcEvent.deleteStoreValue, ElectronStorageItem.updateDownloadedVersion)
5
}
0 commit comments