mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 18:43:02 +01:00
Fix #8334 - MacOS ARM version requires Rosetta.
This commit is contained in:
parent
df94a7ba94
commit
b9ee7a7d0f
@ -5,6 +5,7 @@
|
|||||||
<license file="License.txt" mime-type="text/plain"/>
|
<license file="License.txt" mime-type="text/plain"/>
|
||||||
<readme file="Readme.txt" mime-type="text/plain"/>
|
<readme file="Readme.txt" mime-type="text/plain"/>
|
||||||
<pkg-ref id="com.firebirdsql.Firebird"/>
|
<pkg-ref id="com.firebirdsql.Firebird"/>
|
||||||
|
<options hostArchitectures="arm64"/>
|
||||||
<options customize="never" require-scripts="false"/>
|
<options customize="never" require-scripts="false"/>
|
||||||
<choices-outline>
|
<choices-outline>
|
||||||
<line choice="default">
|
<line choice="default">
|
20
builds/install/arch-specific/darwin/Distribution-x64.xml
Normal file
20
builds/install/arch-specific/darwin/Distribution-x64.xml
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||||
|
<installer-gui-script minSpecVersion="1">
|
||||||
|
<title>Firebird Database Server</title>
|
||||||
|
<welcome file="Welcome.txt" mime-type="text/plain"/>
|
||||||
|
<license file="License.txt" mime-type="text/plain"/>
|
||||||
|
<readme file="Readme.txt" mime-type="text/plain"/>
|
||||||
|
<pkg-ref id="com.firebirdsql.Firebird"/>
|
||||||
|
<options hostArchitectures="x86_64"/>
|
||||||
|
<options customize="never" require-scripts="false"/>
|
||||||
|
<choices-outline>
|
||||||
|
<line choice="default">
|
||||||
|
<line choice="com.firebirdsql.Firebird"/>
|
||||||
|
</line>
|
||||||
|
</choices-outline>
|
||||||
|
<choice id="default"/>
|
||||||
|
<choice id="com.firebirdsql.Firebird" visible="false">
|
||||||
|
<pkg-ref id="com.firebirdsql.Firebird"/>
|
||||||
|
</choice>
|
||||||
|
<pkg-ref id="com.firebirdsql.Firebird" version="4.0.0" onConclusion="none">Firebird.pkg</pkg-ref>
|
||||||
|
</installer-gui-script>
|
@ -58,7 +58,7 @@ package_firebird:
|
|||||||
$(ROOT)/gen/$(TARGET)/resources/Readme.txt
|
$(ROOT)/gen/$(TARGET)/resources/Readme.txt
|
||||||
cp ../builds/install/arch-specific/darwin/License.txt \
|
cp ../builds/install/arch-specific/darwin/License.txt \
|
||||||
$(ROOT)/gen/$(TARGET)/resources/License.txt
|
$(ROOT)/gen/$(TARGET)/resources/License.txt
|
||||||
cp ../builds/install/arch-specific/darwin/Distribution.xml \
|
cp ../builds/install/arch-specific/darwin/Distribution-$(CpuType).xml \
|
||||||
$(ROOT)/gen/$(TARGET)/Distribution.xml
|
$(ROOT)/gen/$(TARGET)/Distribution.xml
|
||||||
|
|
||||||
rm -fr $(TARGET)/packages
|
rm -fr $(TARGET)/packages
|
||||||
|
Loading…
Reference in New Issue
Block a user