Skip to content

Commit c530957

Browse files
committed
Clean up distribution.xml further
1 parent f49849a commit c530957

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

packaging/distribution.xml.template

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version='1.0' encoding='utf8'?>
22
<installer-gui-script minSpecVersion="2">
3-
<title>Install ${PRODUCT_NAME}</title>
3+
<title>${PRODUCT_NAME}</title>
44
<os-version min="10.13" />
55
<license file="EULA" />
66
<readme file="README" />
@@ -10,25 +10,25 @@
1010
<domain enable_anywhere="false" enable_currentUserHome="false" enable_localSystem="true" />
1111

1212
<choices-outline>
13-
<line choice="${BUNDLE_ID}.app.pkg" />
14-
<line choice="${BUNDLE_ID}.vst3.pkg" />
15-
<line choice="${BUNDLE_ID}.au.pkg" />
16-
<line choice="${BUNDLE_ID}.clap.pkg" />
13+
<line choice="app" />
14+
<line choice="vst3" />
15+
<line choice="au" />
16+
<line choice="clap" />
1717
</choices-outline>
1818

19-
<choice id="${BUNDLE_ID}.app.pkg" visible="true" start_selected="true" title="${PRODUCT_NAME} Standalone">
19+
<choice id="app" visible="true" start_selected="true" title="${PRODUCT_NAME} Standalone">
2020
<pkg-ref id="${BUNDLE_ID}.app.pkg" version="${VERSION}" onConclusion="none">${PRODUCT_NAME}.app.pkg</pkg-ref>
2121
</choice>
2222

23-
<choice id="${BUNDLE_ID}.vst3.pkg" visible="true" start_selected="true" title="${PRODUCT_NAME} VST3">
23+
<choice id="vst3" visible="true" start_selected="true" title="${PRODUCT_NAME} VST3">
2424
<pkg-ref id="${BUNDLE_ID}.vst3.pkg" version="${VERSION}" onConclusion="none">${PRODUCT_NAME}.vst3.pkg</pkg-ref>
2525
</choice>
2626

27-
<choice id="${BUNDLE_ID}.au.pkg" visible="true" start_selected="true" title="${PRODUCT_NAME} AU">
27+
<choice id="au" visible="true" start_selected="true" title="${PRODUCT_NAME} AU">
2828
<pkg-ref id="${BUNDLE_ID}.au.pkg" version="${VERSION}" onConclusion="none">${PRODUCT_NAME}.au.pkg</pkg-ref>
2929
</choice>
3030

31-
<choice id="${BUNDLE_ID}.clap.pkg" visible="true" start_selected="true" title="${PRODUCT_NAME} CLAP">
31+
<choice id="clap" visible="true" start_selected="true" title="${PRODUCT_NAME} CLAP">
3232
<pkg-ref id="${BUNDLE_ID}.clap.pkg" version="${VERSION}" onConclusion="none">${PRODUCT_NAME}.clap.pkg</pkg-ref>
3333
</choice>
3434
</installer-gui-script>

packaging/resources/background.jpg

-111 KB
Binary file not shown.
-267 KB
Binary file not shown.

0 commit comments

Comments
 (0)