File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =' 1.0' encoding =' utf8' ?>
2
2
<installer-gui-script minSpecVersion =" 2" >
3
- <title >Install ${PRODUCT_NAME}</title >
3
+ <title >${PRODUCT_NAME}</title >
4
4
<os-version min =" 10.13" />
5
5
<license file =" EULA" />
6
6
<readme file =" README" />
10
10
<domain enable_anywhere =" false" enable_currentUserHome =" false" enable_localSystem =" true" />
11
11
12
12
<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" />
17
17
</choices-outline >
18
18
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" >
20
20
<pkg-ref id =" ${BUNDLE_ID}.app.pkg" version =" ${VERSION}" onConclusion =" none" >${PRODUCT_NAME}.app.pkg</pkg-ref >
21
21
</choice >
22
22
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" >
24
24
<pkg-ref id =" ${BUNDLE_ID}.vst3.pkg" version =" ${VERSION}" onConclusion =" none" >${PRODUCT_NAME}.vst3.pkg</pkg-ref >
25
25
</choice >
26
26
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" >
28
28
<pkg-ref id =" ${BUNDLE_ID}.au.pkg" version =" ${VERSION}" onConclusion =" none" >${PRODUCT_NAME}.au.pkg</pkg-ref >
29
29
</choice >
30
30
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" >
32
32
<pkg-ref id =" ${BUNDLE_ID}.clap.pkg" version =" ${VERSION}" onConclusion =" none" >${PRODUCT_NAME}.clap.pkg</pkg-ref >
33
33
</choice >
34
34
</installer-gui-script >
You can’t perform that action at this time.
0 commit comments