File tree Expand file tree Collapse file tree 3 files changed +22
-1
lines changed
builds/install/arch-specific/darwin Expand file tree Collapse file tree 3 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 55 <license file =" License.txt" mime-type =" text/plain" />
66 <readme file =" Readme.txt" mime-type =" text/plain" />
77 <pkg-ref id =" com.firebirdsql.Firebird" />
8+ <options hostArchitectures =" arm64" />
89 <options customize =" never" require-scripts =" false" />
910 <choices-outline >
1011 <line choice =" default" >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" standalone =" no" ?>
2+ <installer-gui-script minSpecVersion =" 1" >
3+ <title >Firebird Database Server</title >
4+ <welcome file =" Welcome.txt" mime-type =" text/plain" />
5+ <license file =" License.txt" mime-type =" text/plain" />
6+ <readme file =" Readme.txt" mime-type =" text/plain" />
7+ <pkg-ref id =" com.firebirdsql.Firebird" />
8+ <options hostArchitectures =" x86_64" />
9+ <options customize =" never" require-scripts =" false" />
10+ <choices-outline >
11+ <line choice =" default" >
12+ <line choice =" com.firebirdsql.Firebird" />
13+ </line >
14+ </choices-outline >
15+ <choice id =" default" />
16+ <choice id =" com.firebirdsql.Firebird" visible =" false" >
17+ <pkg-ref id =" com.firebirdsql.Firebird" />
18+ </choice >
19+ <pkg-ref id =" com.firebirdsql.Firebird" version =" 4.0.0" onConclusion =" none" >Firebird.pkg</pkg-ref >
20+ </installer-gui-script >
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ package_firebird:
5858 $(ROOT)/gen/$(TARGET)/resources/Readme.txt
5959 cp ../builds/install/arch-specific/darwin/License.txt \
6060 $(ROOT)/gen/$(TARGET)/resources/License.txt
61- cp ../builds/install/arch-specific/darwin/Distribution.xml \
61+ cp ../builds/install/arch-specific/darwin/Distribution-$(CpuType) .xml \
6262 $(ROOT)/gen/$(TARGET)/Distribution.xml
6363
6464 rm -fr $(TARGET)/packages
You can’t perform that action at this time.
0 commit comments