[PR #212] [MERGED] Fix/windows remap assets #372

Closed
opened 2026-02-16 01:15:46 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-daemon/pull/212
Author: @Yeuoly
Created: 4/16/2025
Status: Merged
Merged: 4/16/2025
Merged by: @Yeuoly

Base: mainHead: fix/windows-remap-assets


📝 Commits (2)

  • 8ccd0a7 refactor(plugin_packager): update Assets method to use OS-independent path separator
  • 925f30a fix: add tests

📊 Changes

4 files changed (+92 additions, -8 deletions)

View changed files

📝 pkg/plugin_packager/decoder/fs.go (+2 -1)
📝 pkg/plugin_packager/decoder/helper.go (+2 -2)
pkg/plugin_packager/decoder/helper_test.go (+81 -0)
📝 pkg/plugin_packager/decoder/zip.go (+7 -5)

📄 Description

Fixes: https://github.com/langgenius/dify-plugin-daemon/issues/166


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-plugin-daemon/pull/212 **Author:** [@Yeuoly](https://github.com/Yeuoly) **Created:** 4/16/2025 **Status:** ✅ Merged **Merged:** 4/16/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `fix/windows-remap-assets` --- ### 📝 Commits (2) - [`8ccd0a7`](https://github.com/langgenius/dify-plugin-daemon/commit/8ccd0a7cc924ad482a83e77562040ce11555de4c) refactor(plugin_packager): update Assets method to use OS-independent path separator - [`925f30a`](https://github.com/langgenius/dify-plugin-daemon/commit/925f30adc2337757f4475e087d609ffad1ae611f) fix: add tests ### 📊 Changes **4 files changed** (+92 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `pkg/plugin_packager/decoder/fs.go` (+2 -1) 📝 `pkg/plugin_packager/decoder/helper.go` (+2 -2) ➕ `pkg/plugin_packager/decoder/helper_test.go` (+81 -0) 📝 `pkg/plugin_packager/decoder/zip.go` (+7 -5) </details> ### 📄 Description Fixes: https://github.com/langgenius/dify-plugin-daemon/issues/166 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 01:15:46 -05:00
yindo closed this issue 2026-02-16 01:15:46 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugin-daemon#372