Skip to content

Commit

Permalink
attempt #1
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellacosse committed Jan 10, 2024
1 parent e8dcd79 commit fc64b82
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 33 deletions.
2 changes: 1 addition & 1 deletion src/cordova/plugin/android/scripts/copy_third_party.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const fs = require('fs/promises');
const path = require('node:path');

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

module.exports = async function (context) {
console.log('Copying Android third party libraries...');
Expand Down
21 changes: 0 additions & 21 deletions third_party/outline-go-tun2socks/LICENSE

This file was deleted.

11 changes: 0 additions & 11 deletions third_party/outline-go-tun2socks/METADATA

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit fc64b82

Please sign in to comment.