mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-22 08:48:26 +02:00
Fix signtool path?
This commit is contained in:
@@ -5,8 +5,8 @@ const pluginRuntimeDir = path.join(__dirname, '..');
|
|||||||
const destDir = path.join(__dirname, '..', '..', 'src-tauri', 'vendored', 'plugin-runtime');
|
const destDir = path.join(__dirname, '..', '..', 'src-tauri', 'vendored', 'plugin-runtime');
|
||||||
const blobPath = path.join(pluginRuntimeDir, 'yaak-plugins.blob');
|
const blobPath = path.join(pluginRuntimeDir, 'yaak-plugins.blob');
|
||||||
|
|
||||||
const WIN_SIGNTOOL = 'C:/Program Files (x86)/Windows Kits/10/bin/10.0.17763.0/x86/signtool.exe';
|
// https://federicoterzi.com/blog/automatic-codesigning-on-windows-using-github-actions/
|
||||||
|
const WIN_SIGNTOOL = "'C:/Program Files (x86)/Windows Kits/10/bin/10.0.17763.0/x86/signtool.exe'";
|
||||||
|
|
||||||
const DST_BIN_MAP = {
|
const DST_BIN_MAP = {
|
||||||
darwin_arm64: 'yaakplugins-aarch64-apple-darwin',
|
darwin_arm64: 'yaakplugins-aarch64-apple-darwin',
|
||||||
|
|||||||
Reference in New Issue
Block a user