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:
Stanislav Dmitrenko 2023-06-29 14:53:11 +03:00 committed by GitHub
parent b0ad94fe7f
commit 0e4376bada
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
452 changed files with 53 additions and 117 deletions

View file

@ -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