1
0
mirror of https://github.com/nmap/nmap.git synced 2026-02-13 00:46:32 +00:00

In the Mac installer, change the README resource from type "readme" to type

"welcome" so it appears in the "Introduction" section of the installer (the
"Readme" page doesn't appear anymore). Previously the Introduction page was
just a useless extra page that said "You will be guided through the steps
necessary to install this software."
This commit is contained in:
david
2008-05-27 18:30:49 +00:00
parent 69cfb4a4d9
commit 51c92104fd

View File

@@ -24,7 +24,7 @@
</contents>
<resources bg-scale="none" bg-align="topleft">
<locale lang="en">
<resource relative="true" type="readme">README</resource>
<resource relative="true" type="welcome">README</resource>
<resource relative="true" type="license">../COPYING</resource>
</locale>
</resources>