pull/1196/merge
tcely 2024-08-24 10:39:34 -07:00 committed by GitHub
commit 0489021e82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 5 deletions

View File

@ -207,14 +207,14 @@ ARIA2_CHANGELOG = $(ARIA2_DOCDIR)/Changelog
define ARIA2_DISTXML define ARIA2_DISTXML
<?xml version="1.0" encoding="utf-8" standalone="no"?> <?xml version="1.0" encoding="utf-8" standalone="no"?>
<installer-gui-script minSpecVersion="1"> <installer-gui-script minSpecVersion="1">
<title>aria1 $(VERSION)</title> <title>aria2 $(VERSION)</title>
<welcome file="README.html"/> <welcome file="README.html"/>
<pkg-ref id="aria2"/> <pkg-ref id="aria2"/>
<pkg-ref id="aria2.paths"/> <pkg-ref id="aria2.paths"/>
<options customize="never" require-scripts="false" rootVolumeOnly="true"/> <options require-scripts="false" rootVolumeOnly="true"/>
<volume-check> <volume-check>
<allowed-os-versions> <allowed-os-versions>
<os-version min="10.7"/> <os-version min="10.10"/>
</allowed-os-versions> </allowed-os-versions>
</volume-check> </volume-check>
<domains enable_anywhere="false" enable_currentUserHome="false" enable_localSystem="true"/> <domains enable_anywhere="false" enable_currentUserHome="false" enable_localSystem="true"/>
@ -225,10 +225,10 @@ define ARIA2_DISTXML
</line> </line>
</choices-outline> </choices-outline>
<choice id="default"/> <choice id="default"/>
<choice id="aria2" visible="false"> <choice id="aria2" start_visible="false" title="aria2" description="aria2 binary and manual pages">
<pkg-ref id="aria2"/> <pkg-ref id="aria2"/>
</choice> </choice>
<choice id="aria2.paths" visible="false"> <choice id="aria2.paths" title="path_helper additions" description="add aria2 binary and manual directories to PATH and MANPATH environment variables">
<pkg-ref id="aria2.paths"/> <pkg-ref id="aria2.paths"/>
</choice> </choice>
<pkg-ref id="aria2" version="$(VERSION)" onConclusion="none">out.pkg</pkg-ref> <pkg-ref id="aria2" version="$(VERSION)" onConclusion="none">out.pkg</pkg-ref>