Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fortuna committed Apr 11, 2024
1 parent fc1194e commit 0aa6c57
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@
const fs = require('fs/promises');
// const child_process = require('child_process');
const path = require('node:path');
import {getRootDir} from '../../../../../../src/build/get_root_dir.mjs';

const ANDROID_LIBS_FOLDER_PATH = path.join('plugins', 'cordova-plugin-outline', 'android', 'libs');
const TUN2SOCKS_ANDROID_FOLDER_PATH = path.join('output', 'build', 'android');
const TUN2SOCKS_ANDROID_FOLDER_PATH = path.join(getRootDir(), 'output', 'client', 'tun2socks', 'android');

module.exports = async function () {
console.log('Copying Android third party libraries...');
Expand Down

0 comments on commit 0aa6c57

Please sign in to comment.