mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2025-06-28 12:19:54 +00:00
multiplatform: file structure (#2630)
* multiplatform: file structure * apk file name * more paths in sources * lint issues and apk file name
This commit is contained in:
parent
b0ad94fe7f
commit
0e4376bada
452 changed files with 53 additions and 117 deletions
|
@ -8,7 +8,7 @@ cp ./src/webcall.html ./dist/webcall.html
|
|||
cp ./src/ui.js ./dist/ui.js
|
||||
|
||||
# copy to android app
|
||||
cp ./src/call.html ../../apps/android/app/src/main/assets/www/call.html
|
||||
cp ./src/style.css ../../apps/android/app/src/main/assets/www/style.css
|
||||
cp ./dist/call.js ../../apps/android/app/src/main/assets/www/call.js
|
||||
cp ./node_modules/lz-string/libs/lz-string.min.js ../../apps/android/app/src/main/assets/www/lz-string.min.js
|
||||
cp ./src/call.html ../../apps/multiplatform/android/src/main/assets/www/call.html
|
||||
cp ./src/style.css ../../apps/multiplatform/android/src/main/assets/www/style.css
|
||||
cp ./dist/call.js ../../apps/multiplatform/android/src/main/assets/www/call.js
|
||||
cp ./node_modules/lz-string/libs/lz-string.min.js ../../apps/multiplatform/android/src/main/assets/www/lz-string.min.js
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue