More work for native audio variant, add to win and mac installers
This commit is contained in:
parent
bc345e2acd
commit
340e927ae3
23 changed files with 148 additions and 51 deletions
|
|
@ -346,6 +346,21 @@ lv2: $(LV2_RESOURCES)
|
|||
vst2: $(VST2_RESOURCES)
|
||||
vst3: $(VST3_RESOURCES)
|
||||
|
||||
# --------------------------------------------------------------
|
||||
# Extra rules for macOS app bundle
|
||||
|
||||
$(TARGET_DIR)/Cardinal.app/Contents/Info.plist: ../../utils/macOS/Info_JACK.plist $(TARGET_DIR)/Cardinal.app/Contents/Resources/distrho.icns
|
||||
-@mkdir -p $(shell dirname $@)
|
||||
cp $< $@
|
||||
|
||||
$(TARGET_DIR)/CardinalNative.app/Contents/Info.plist: ../../utils/macOS/Info_Native.plist $(TARGET_DIR)/CardinalNative.app/Contents/Resources/distrho.icns
|
||||
-@mkdir -p $(shell dirname $@)
|
||||
cp $< $@
|
||||
|
||||
$(TARGET_DIR)/%.app/Contents/Resources/distrho.icns: ../../utils/distrho.icns
|
||||
-@mkdir -p $(shell dirname $@)
|
||||
cp $< $@
|
||||
|
||||
# --------------------------------------------------------------
|
||||
# Extra rules for wasm resources
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue