Commit e1849c5e authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm repack: use add_electron_deps for Electron apps

parent 4de6167e
...@@ -12,7 +12,7 @@ remove_dir /usr/share/doc ...@@ -12,7 +12,7 @@ remove_dir /usr/share/doc
add_bin_exec_command $PRODUCT add_bin_exec_command $PRODUCT
fix_chrome_sandbox
ignore_lib_requires 'libffmpeg.so()(64bit)' ignore_lib_requires 'libffmpeg.so()(64bit)'
add_electron_deps
...@@ -6,12 +6,11 @@ SPEC="$2" ...@@ -6,12 +6,11 @@ SPEC="$2"
PRODUCT=lycheeslicer PRODUCT=lycheeslicer
PRODUCTDIR=/opt/LycheeSlicer PRODUCTDIR=/opt/LycheeSlicer
. $(dirname $0)/common-chromium-browser.sh . $(dirname $0)/common.sh
add_bin_link_command add_bin_link_command
#add_bin_link_command $PRODUCTCUR $PRODUCT
fix_chrome_sandbox
fix_desktop_file fix_desktop_file
add_electron_deps
...@@ -14,7 +14,7 @@ add_bin_exec_command $PRODUCT ...@@ -14,7 +14,7 @@ add_bin_exec_command $PRODUCT
# fix bug in upstream # fix bug in upstream
subst 's|/usr/lib/rstudio/bin/rstudio|$PRODUCTDIR/$PRODUCT|' $BUILDROOT$PRODUCTDIR/resources/app/bin/rstudio-backtrace.sh subst 's|/usr/lib/rstudio/bin/rstudio|$PRODUCTDIR/$PRODUCT|' $BUILDROOT$PRODUCTDIR/resources/app/bin/rstudio-backtrace.sh
fix_chrome_sandbox
ignore_lib_requires libffmpeg.so ignore_lib_requires libffmpeg.so
add_electron_deps
...@@ -9,5 +9,5 @@ add_bin_link_command ...@@ -9,5 +9,5 @@ add_bin_link_command
fix_desktop_file fix_desktop_file
fix_chrome_sandbox add_electron_deps
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment