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.
1 parent d63a02a commit 85aba3fCopy full SHA for 85aba3f
src/main/kmkUpdater.ts
@@ -6,7 +6,7 @@ import { mainWindow } from './index'
6
7
// downloads kmk to app storage
8
export const updateFirmware = async () => {
9
- const versionSha = 'f6346937d865f7e1f6baaae93ae5c9be935aae75'
+ const versionSha = 'dbc26504ac9111e6f0b5ba99d1dbf35275319e27'
10
console.log('updating kmk firmware', appDir, versionSha)
11
const file_url = `https://github.com/KMKfw/kmk_firmware/archive/${versionSha}.zip`
12
const targetPath = appDir + 'kmk.zip'
0 commit comments