Skip to content

Commit 2d3b492

Browse files
create plugin for proot libs
1 parent 49c3067 commit 2d3b492

File tree

21 files changed

+88
-242
lines changed

21 files changed

+88
-242
lines changed

dist/main.js

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
/*
2+
* ATTENTION: The "eval" devtool has been used (maybe by default in mode: "development").
3+
* This devtool is neither made for production nor for readable output files.
4+
* It uses "eval()" calls to create a separate source file in the browser devtools.
5+
* If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/)
6+
* or disable the default devtool with "devtool: false".
7+
* If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/).
8+
*/
9+
/******/ (function() { // webpackBootstrap
10+
/******/ "use strict";
11+
/******/
12+
/******/
13+
/******/ })()
14+
;

package-lock.json

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
"cordova-plugin-websocket": {},
3838
"cordova-plugin-buildinfo": {},
3939
"cordova-plugin-system": {},
40-
"com.foxdebug.acode.rk.exec.terminal": {}
40+
"com.foxdebug.acode.rk.exec.terminal": {},
41+
"com.foxdebug.acode.rk.exec.proot": {}
4142
},
4243
"platforms": [
4344
"android"
@@ -63,6 +64,7 @@
6364
"@types/url-parse": "^1.4.11",
6465
"autoprefixer": "^10.4.19",
6566
"babel-loader": "^9.1.3",
67+
"com.foxdebug.acode.rk.exec.proot": "file:src/plugins/proot",
6668
"com.foxdebug.acode.rk.exec.terminal": "file:src/plugins/terminal",
6769
"cordova-android": "13.0.0",
6870
"cordova-clipboard": "^1.3.0",

readme.md

Lines changed: 0 additions & 114 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)