mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 14:18:04 +08:00
Desktop: Remove CEF CREDITS.html from Windows bundle (#3889)
This commit is contained in:
@@ -55,6 +55,7 @@ fn remove_unnecessary_cef_files(app_dir: &Path) -> Result<(), Box<dyn Error>> {
|
|||||||
fs::remove_file(app_dir.join("bootstrapc.exe"))?;
|
fs::remove_file(app_dir.join("bootstrapc.exe"))?;
|
||||||
fs::remove_file(app_dir.join("bootstrap.exe"))?;
|
fs::remove_file(app_dir.join("bootstrap.exe"))?;
|
||||||
fs::remove_file(app_dir.join("libcef.lib"))?;
|
fs::remove_file(app_dir.join("libcef.lib"))?;
|
||||||
|
fs::remove_file(app_dir.join("CREDITS.html"))?;
|
||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user