Merge pull request #214 from mh4ckt3mh4ckt1c4s/remove-app-src

Fix outdated mentions to app.src
This commit is contained in:
Alexandre Aubin 2023-10-08 00:52:28 +02:00 committed by GitHub
commit 98b9486f88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -39,9 +39,9 @@ ynh_script_progression --message="Setting up source files..." --weight=1
### `ynh_setup_source` is used to install an app from a zip or tar.gz file,
### downloaded from an upstream source, like a git repository.
### `ynh_setup_source` use the file conf/app.src
### `ynh_setup_source` use the file manifest.toml
# Download, check integrity, uncompress and patch the source from app.src
# Download, check integrity, uncompress and patch the source from manifest.toml
ynh_setup_source --dest_dir="$install_dir"
# $install_dir will automatically be initialized with some decent

View File

@ -72,7 +72,7 @@ if [ "$upgrade_type" == "UPGRADE_APP" ]
then
ynh_script_progression --message="Upgrading source files..." --weight=1
# Download, check integrity, uncompress and patch the source from app.src
# Download, check integrity, uncompress and patch the source from manifest.toml
ynh_setup_source --dest_dir="$install_dir"
fi