diff --git a/Flow.Launcher.Plugin.Template/release.ps1 b/Flow.Launcher.Plugin.Template/release.ps1 new file mode 100644 index 0000000..97f24ba --- /dev/null +++ b/Flow.Launcher.Plugin.Template/release.ps1 @@ -0,0 +1,2 @@ +dotnet publish -c Release -o Output/MyFlowPlugin -r win-x64 /p:DebugType=None /p:DebugSymbols=false +Compress-Archive -LiteralPath Output/MyFlowPlugin -DestinationPath Output/MyFlowPlugin.zip -Force \ No newline at end of file