mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 05:43:41 +00:00
[PM-27583] Add icon to chromium import helper (#17126)
Adds an icon to the windows binary. --------- Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
This commit is contained in:
@@ -54,7 +54,7 @@ function buildImporterBinaries(target, release = true) {
|
||||
const bin = "bitwarden_chromium_import_helper";
|
||||
const targetArg = target ? `--target ${target}` : "";
|
||||
const releaseArg = release ? "--release" : "";
|
||||
child_process.execSync(`cargo build --bin ${bin} ${releaseArg} ${targetArg} --features windows-binary`, {stdio: 'inherit', cwd: path.join(__dirname, "chromium_importer")});
|
||||
child_process.execSync(`cargo build --bin ${bin} ${releaseArg} ${targetArg}`);
|
||||
|
||||
if (target) {
|
||||
// Copy the resulting binary to the dist folder
|
||||
|
||||
Reference in New Issue
Block a user