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:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user