From 56b7228912b51e957bcbb3439d2c4df39ad34cad Mon Sep 17 00:00:00 2001 From: dconco Date: Mon, 18 Nov 2024 11:04:13 +0100 Subject: [PATCH] updated code --- .gitattributes | 3 +++ .vscode/pack-zip.js | 2 +- phantom => bin/phantom | 0 composer.json | 2 +- plugin.json | 2 +- 5 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 .gitattributes rename phantom => bin/phantom (100%) diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f43a47e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +bin/phantom export-only +composer.json export-only +README.md export-only \ No newline at end of file diff --git a/.vscode/pack-zip.js b/.vscode/pack-zip.js index f6c6397..a5cf9f4 100644 --- a/.vscode/pack-zip.js +++ b/.vscode/pack-zip.js @@ -8,7 +8,7 @@ const distFolder = path.join(__dirname, '../dist'); let readmeDotMd = path.join(__dirname, '../readme.md'); if (!fs.existsSync(readmeDotMd)) { - readmeDotMd = path.join(__dirname, '../README.md'); + readmeDotMd = path.join(__dirname, '../readme.md'); } // create zip file of dist folder diff --git a/phantom b/bin/phantom similarity index 100% rename from phantom rename to bin/phantom diff --git a/composer.json b/composer.json index b9cfa0f..beeba7f 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "dconco/phantom-php", - "description": "PhantomPHP is a PHP web server for Android, designed for use with the Acode app, enabling you to run and share PHP and MySQL applications from your device. It’s built to provide fast performance, high reliability, and easy integration with MySQL databases for powerful, dynamic web development.", + "description": "A PHP android web server for the Acode app, allowing you to serve your PHP applications both locally and share them online. It boasts fast performance and high reliability.", "homepage": "https://github.com/codetesla51/phantom-php", "type": "library", "license": "MIT", diff --git a/plugin.json b/plugin.json index d59a236..c675cdb 100644 --- a/plugin.json +++ b/plugin.json @@ -3,7 +3,7 @@ "name": "PhantomPHP", "main": "dist/main.js", "version": "1.0.0", - "readme": "./plugin.md", + "readme": "./readme.md", "icon": "icon.png", "files": [], "minVersionCode": 290,