Skip to content
This repository was archived by the owner on Jan 4, 2019. It is now read-only.

Commit 22a550d

Browse files
committed
Make app bundle self contained
Everything needs to be in Versions/A and then symlinked to or else packaging fails over on the browser-laptop side
1 parent 8f85bd3 commit 22a550d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

electron.gyp

+9-1
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@
593593
}],
594594
]
595595
},
596-
'destination': '<(PRODUCT_DIR)/<(product_name) Framework.framework/Internet Plug-Ins',
596+
'destination': '<(PRODUCT_DIR)/<(product_name) Framework.framework/Versions/A/Internet Plug-Ins',
597597
'files': [
598598
'<@(copied_libraries)',
599599
],
@@ -628,6 +628,14 @@
628628
'Libraries',
629629
],
630630
},
631+
{
632+
'postbuild_name': 'Add symlinks for framework subdirectories',
633+
'action': [
634+
'tools/mac/create-framework-subdir-symlinks.sh',
635+
'<(product_name) Framework',
636+
'Internet Plug-Ins',
637+
],
638+
},
631639
{
632640
'postbuild_name': 'Copy locales',
633641
'action': [

0 commit comments

Comments
 (0)