From 11f1957efa87087cdde5026c837fedf1a8218f57 Mon Sep 17 00:00:00 2001 From: roboogg133 Date: Sat, 2 Aug 2025 14:49:26 -0300 Subject: [PATCH] dix --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 49e59d8..85bda28 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,8 @@ During the execution of install.lua and remove.lua hooks, some global variables |Name |Type | Description |--------------------|--------|--------------------------------------------------------------------------| -|packets_package_dir | string| Absolute path to the package's data directory (e.g., /opt/packets/...) |packets_bin_dir | string| Path where executables should be installed (e.g., /usr/bin) | +|packets_package_dir | string| Absolute path to the package's data directory (e.g., /opt/packets/...) | +| packets_bin_dir | string| Path where executables should be installed (e.g., /usr/bin) | |script | string| Path to the currently executing script (e.g., "install.lua") | |data_dir | string| Path to the /data folder of the current package | ### Example usage in Lua: