mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-04 20:46:29 +03:00
eepp: Added UIAnchor (Anchor or a).
UIRelativeLayout: Respect max width and height when using match_parent. ecode: New icon WIP. Fixed LSP TCP server connecting from the main thread (now connects async).
This commit is contained in:
@@ -28,7 +28,7 @@ mkdir -p ecode.app/libs
|
||||
chmod +x AppRun
|
||||
cp AppRun ecode.app/
|
||||
cp ecode.desktop ecode.app/
|
||||
cp ../../../bin/assets/icon/ee.png ecode.app/ecode.png
|
||||
cp ../../../bin/assets/icon/ecode.png ecode.app/ecode.png
|
||||
cp ../../../libs/linux/libeepp.so ecode.app/libs/
|
||||
cp ../../../bin/ecode ecode.app/ecode.bin
|
||||
cp -L "$(whereis libSDL2-2.0.so.0 | awk '{print $NF}')" ecode.app/libs/
|
||||
@@ -47,7 +47,7 @@ cp -r ../../../bin/assets/fonts/NotoColorEmoji.ttf ecode.app/assets/fonts/
|
||||
cp -r ../../../bin/assets/fonts/DroidSansFallbackFull.ttf ecode.app/assets/fonts/
|
||||
cp -r ../../../bin/assets/plugins ecode.app/assets/
|
||||
mkdir -p ecode.app/assets/icon/
|
||||
cp -r ../../../bin/assets/icon/ee.png ecode.app/assets/icon/
|
||||
cp -r ../../../bin/assets/icon/ecode.png ecode.app/assets/icon/
|
||||
mkdir ecode.app/assets/ui
|
||||
cp ../../../bin/assets/ui/breeze.css ecode.app/assets/ui/
|
||||
cp ../../../bin/assets/ca-bundle.pem ecode.app/assets/ca-bundle.pem
|
||||
|
||||
Reference in New Issue
Block a user