We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a08157e commit e5a8c50Copy full SHA for e5a8c50
1 file changed
updater/src/builder.rs
@@ -989,9 +989,9 @@ fi
989
fs::create_dir_all(source_root.join("launcher"))?;
990
fs::create_dir_all(source_root.join("packaging/linux"))?;
991
fs::create_dir_all(source_root.join("assets"))?;
992
- write_fake_computer_use_bundle(&source_root)?;
993
- write_fake_linux_features_bundle(&source_root)?;
994
- write_fake_patch_bundle(&source_root)?;
+ write_fake_computer_use_bundle(source_root)?;
+ write_fake_linux_features_bundle(source_root)?;
+ write_fake_patch_bundle(source_root)?;
995
fs::write(source_root.join("install.sh"), b"#!/bin/bash\n")?;
996
fs::write(
997
source_root.join("launcher/cli-launch-path.py"),
0 commit comments