diff options
| author | SulfurNitride <SulfurNitride@users.noreply.github.com> | 2026-04-29 15:35:56 -0500 |
|---|---|---|
| committer | SulfurNitride <SulfurNitride@users.noreply.github.com> | 2026-04-29 15:35:56 -0500 |
| commit | 6243e1a79550e9cff9837f5449f3b9150127b8e8 (patch) | |
| tree | 8eb5dd22ec6cb583b49c9e591207fc7fc5bd6ffe /docker | |
| parent | df77cc86269a505b7df7b183d0fbbf10a3889ec6 (diff) | |
Clean up remaining Linux packaging names
Diffstat (limited to 'docker')
| -rw-r--r-- | docker/AppRun.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docker/AppRun.sh b/docker/AppRun.sh index e106cce..145ac61 100644 --- a/docker/AppRun.sh +++ b/docker/AppRun.sh @@ -71,9 +71,8 @@ sync_dir_overwrite_files "python" if [ -d "${APPIMAGE_DIR}/plugins/plugin_python" ]; then if find "${APPIMAGE_DIR}/plugins/plugin_python" -type f \( -name '*.pyd' -o -name 'python*.dll' \) | grep -q .; then echo "[Fluorine] Detected Windows plugin_python payload, overlaying Linux runtime files..." - mkdir -p "${APPIMAGE_DIR}/plugins/plugin_python/libs" "${APPIMAGE_DIR}/plugins/plugin_python/dlls" + mkdir -p "${APPIMAGE_DIR}/plugins/plugin_python/libs" [ -d "${APPIMAGE_DIR}/plugins/libs" ] && cp -a "${APPIMAGE_DIR}/plugins/libs/." "${APPIMAGE_DIR}/plugins/plugin_python/libs/" - [ -d "${APPIMAGE_DIR}/plugins/dlls" ] && cp -a "${APPIMAGE_DIR}/plugins/dlls/." "${APPIMAGE_DIR}/plugins/plugin_python/dlls/" PYTHON_ROOT_CANDIDATE="${HERE}/usr/share/fluorine/python" [ -d "${PYTHON_ROOT_CANDIDATE}/lib" ] || PYTHON_ROOT_CANDIDATE="${APPIMAGE_DIR}/python" if [ -d "${PYTHON_ROOT_CANDIDATE}/lib" ]; then |
