mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-21 08:59:07 +01: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_x64: 'yaakplugins-x86_64-apple-darwin',
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user