Skip to content

Commit 4c45c88

Browse files
Desktop: Remove CEF CREDITS.html from Windows bundle (#3889)
1 parent eb30ee7 commit 4c45c88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

desktop/bundle/src/win.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ fn remove_unnecessary_cef_files(app_dir: &Path) -> Result<(), Box<dyn Error>> {
5555
fs::remove_file(app_dir.join("bootstrapc.exe"))?;
5656
fs::remove_file(app_dir.join("bootstrap.exe"))?;
5757
fs::remove_file(app_dir.join("libcef.lib"))?;
58+
fs::remove_file(app_dir.join("CREDITS.html"))?;
5859

5960
Ok(())
6061
}

0 commit comments

Comments
 (0)