1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 00:03:56 +00:00

Update native cache to contain dist folder

This commit is contained in:
Daniel García
2024-07-08 18:29:13 +02:00
parent 16f032acaf
commit 7e72114315
2 changed files with 19 additions and 5 deletions

View File

@@ -22,6 +22,9 @@ if (!crossPlatform) {
return;
}
// Note that targets contains pairs of [rust target, node arch]
// We do this to move the output binaries to a location that can
// be easily accessed from electron-builder using ${os} and ${arch}
let targets = [];
switch (process.platform) {
case "win32":