Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
2025-09-16 14:39:34 +03:00
parent 69bf54c16b
commit 6a8cafe233

View File

@@ -101,10 +101,11 @@
APP_REL='__APP_REL__'
PROOT_REL='__PROOT_REL__'
exec ".${PROOT_REL}" \
-b ./nix:nix \
exec "$EXTRACT_DIR''${PROOT_REL}" \
-b "$EXTRACT_DIR/nix:nix" \
-R / \
".$APP_REL" "$@"
-w "$BUNDLE_PWD" \
"$EXTRACT_DIR''${APP_REL}" "$@"
__ARCHIVE_BELOW__
SH