This commit is contained in:
ThaUnknown 2024-05-28 23:57:10 +02:00
parent 2862b0235c
commit fc8bab640b
3 changed files with 912 additions and 908 deletions

View file

@ -16,7 +16,8 @@ jobs:
steps:
- name: Install Setuptools for Python
run: pip3 install setuptools
if: matrix.os == 'macos-latest'
run: pip3 install setuptools --break-system-packages
- name: Check out Git repository
uses: actions/checkout@v3
@ -29,7 +30,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'
cache: 'pnpm'
- name: Install dependencies

View file

@ -1,6 +1,6 @@
{
"name": "capacitor",
"version": "1.0.18",
"version": "1.0.19",
"private": true,
"scripts": {
"build:native": "cd public/nodejs/ && npm install && docker build -t android-build:latest . && docker run -v ${PWD}:/app/ -it android-build:latest /bin/bash /app/setup-deps.sh",
@ -17,7 +17,7 @@
"test:e2e": "cross-env NODE_ENV=production run-s build:web dev:android"
},
"devDependencies": {
"@capacitor/assets": "^3.0.1",
"@capacitor/assets": "github:thaunknown/capacitor-assets",
"cordova-res": "^0.15.4",
"nodejs-mobile-gyp": "^0.3.1",
"npm-run-all": "^4.1.5",

File diff suppressed because it is too large Load diff