This commit is contained in:
2023-07-31 13:14:57 +08:00
parent f948825d88
commit bb4347cfc6
8 changed files with 9 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
#!/bin/bash
TRANSHELL_CONTENT_USAGE="Usage: \$0 [command [arguments...]]"
TRANSHELL_CONTENT_USAGE="Usage: $0 [command [arguments...]]"
TRANSHELL_CONTENT_ADDITIONAL_BASE_LIB_INFO="This script is a part of additional-base-lib. The package provides a simple way to solve the compatibility issue between the application and glibc, powered by bubblewrap."
TRANSHELL_CONTENT_SCRIPT_AUTO_DETECT="This script automatically detects normal executables and AppImages, and then uses the specified script to run them. If you encounter any issues, you may also choose to use them directly."
TRANSHELL_CONTENT_APPIMAGE_INFO="For AppImage, you need ablrun-appimage."