mirror of
https://github.com/audacity/mod-openvino-macos.git
synced 2025-12-10 03:56:51 -06:00
Remove ReadMe page from the installer
This commit is contained in:
parent
84ed529d73
commit
64a51ab9a9
@ -6,23 +6,23 @@
|
||||
<style>
|
||||
body {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-size: 14px;
|
||||
font-size: 12px;
|
||||
line-height: 1.6;
|
||||
color: #333;
|
||||
padding: 40px;
|
||||
background-color: #fff;
|
||||
}
|
||||
h1 {
|
||||
font-size: 24px;
|
||||
font-size: 20px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
h2 {
|
||||
font-size: 18px;
|
||||
font-size: 16px;
|
||||
margin-top: 30px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
p, li {
|
||||
font-size: 14px;
|
||||
font-size: 12px;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
ul {
|
||||
|
||||
@ -1,35 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head><meta charset="UTF-8"><title>Important</title>
|
||||
<style>
|
||||
body {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-size: 14px;
|
||||
line-height: 1.6;
|
||||
color: #333;
|
||||
padding: 40px;
|
||||
background-color: #fff;
|
||||
}
|
||||
h1 {
|
||||
font-size: 24px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
p, li {
|
||||
font-size: 14px;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
ul {
|
||||
padding-left: 20px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Please read</h1>
|
||||
<ul>
|
||||
<li>OpenVINO toolkit runs AI models locally and requires AI models to be downloaded.</li>
|
||||
<li>Models will be downloaded during installation based on your configuration.</li>
|
||||
<li><strong>No progress bar will be shown.</strong> The installer will simply appear to pause for a log period of time.</li>
|
||||
<li>Disk space requirements vary depending on model selection. Some models are few GB each.</li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
||||
@ -4,7 +4,6 @@
|
||||
|
||||
<welcome file="Welcome.html"/>
|
||||
<license file="License.html"/>
|
||||
<readme file="ReadMe.html"/>
|
||||
<conclusion file="Conclusion.html"/>
|
||||
|
||||
<options customize="never" require-scripts="false" rootVolumeOnly="true" hostArchitectures="arm64,x86_64"/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user