Open
Conversation
Member
|
You need to package the release so the DLL is in the root directory for Flow to use, not simply package the source code. See other C# plugins for assistance. |
Contributor
Author
|
Hi @deefrawley, Thank you for your feedback! I've checked the release package structure, and it appears the DLLs are already placed in the root directory as required. Here's the current layout: curl -sL https://github.com/WantChane/Flow.Launcher.Plugin.Zoxide/releases/download/v1.0.0/Flow.Launcher.Plugin.Zoxide-1.0.0.zip -o /tmp/Flow.Launcher.Plugin.Zoxide-1.0.0.zip && unzip -l /tmp/Flow.Launcher.Plugin.Zoxide-1.0.0.zip
Archive: /tmp/Flow.Launcher.Plugin.Zoxide-1.0.0.zip
Length Date Time Name
--------- ---------- ----- ----
146760 2026-03-24 23:20 CommunityToolkit.Mvvm.dll
101376 2026-02-24 11:54 Flow.Launcher.Plugin.dll
2436 2026-04-11 14:47 Flow.Launcher.Plugin.Zoxide.deps.json
63488 2026-04-11 14:47 Flow.Launcher.Plugin.Zoxide.dll
0 2026-04-11 14:47 Images/
3923 2026-04-11 14:46 Images/icon.png
122368 2025-09-01 22:47 JetBrains.Annotations.dll
0 2026-04-11 14:47 Languages/
7516 2026-04-11 14:46 Languages/en.xaml
7456 2026-04-11 14:46 Languages/zh-cn.xaml
431 2026-04-11 14:46 plugin.json
--------- -------
455754 11 filesI'll investigate further to resolve this promptly. Thanks for your help! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Zoxide integration for Flow Launcher, written in C#.