File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,19 +44,3 @@ cd ../../bin/editor_debug/
4444export LD_LIBRARY_PATH=` pwd` /../../bin/:$LD_LIBRARY_PATH
4545echo $LD_LIBRARY_PATH
4646ldd -d libUnigineEditorPlugin_Python3Scripting_x64d.so
47-
48- cd ../../
49-
50- pkgname=" linux_UnigineEditorPlugin_Python3Scripting_v2.14.1.1_v0.0.1"
51- if [ -d " $pkgname " ]; then
52- rm -rf " $pkgname "
53- fi
54-
55- mkdir -p $pkgname /bin/editor
56- mkdir -p $pkgname /bin/editor_debug
57-
58- cp -rf bin/editor/libUnigineEditorPlugin_Python3Scripting_x64.so $pkgname /bin/editor
59- cp -rf bin/editor_debug/libUnigineEditorPlugin_Python3Scripting_x64d.so $pkgname /bin/editor_debug
60-
61- zip -r " $pkgname .zip" $pkgname
62- rm -rf " $pkgname "
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ ./build_plugin.sh
4+
5+ pkgname=" linux_UnigineEditorPlugin_Python3Scripting_v2.14.1.1_v0.0.1"
6+ if [ -d " $pkgname " ]; then
7+ rm -rf " $pkgname "
8+ fi
9+
10+ mkdir -p $pkgname /bin/editor
11+ mkdir -p $pkgname /bin/editor_debug
12+
13+ cp -rf bin/editor/libUnigineEditorPlugin_Python3Scripting_x64.so $pkgname /bin/editor
14+ cp -rf bin/editor_debug/libUnigineEditorPlugin_Python3Scripting_x64d.so $pkgname /bin/editor_debug
15+
16+ zip -r " $pkgname .zip" $pkgname
17+ rm -rf " $pkgname "
You can’t perform that action at this time.
0 commit comments