mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-22 08:38:29 +02:00
Fix Windows key map
This commit is contained in:
@@ -9,7 +9,7 @@ const DST_BIN_MAP = {
|
|||||||
darwin_arm64: 'yaakplugins-aarch64-apple-darwin',
|
darwin_arm64: 'yaakplugins-aarch64-apple-darwin',
|
||||||
darwin_x64: 'yaakplugins-x86_64-apple-darwin',
|
darwin_x64: 'yaakplugins-x86_64-apple-darwin',
|
||||||
linux_x64: 'yaakplugins-x86_64-unknown-linux-gnu',
|
linux_x64: 'yaakplugins-x86_64-unknown-linux-gnu',
|
||||||
win32: 'yaakplugins-x86_64-pc-windows-msvc.exe',
|
win32_x64: 'yaakplugins-x86_64-pc-windows-msvc.exe',
|
||||||
};
|
};
|
||||||
|
|
||||||
// Build the sea
|
// Build the sea
|
||||||
|
|||||||
Reference in New Issue
Block a user