diff --git a/Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj b/Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj index 3cbe35d6d..69e4c3f22 100644 --- a/Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj +++ b/Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj @@ -19,8 +19,6 @@ 1.0.0 1.0.0 Flow.Launcher.Plugin - true - snupkg Flow-Launcher MIT https://github.com/Flow-Launcher/Flow.Launcher @@ -43,7 +41,7 @@ - portable + embedded true ..\Output\Release\ TRACE diff --git a/appveyor.yml b/appveyor.yml index 02027f83e..e476bd3b1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -29,6 +29,4 @@ artifacts: - path: 'Output\Packages\Flow-Launcher-*.zip' name: Zip - path: 'Output\Release\Flow.Launcher.Plugin.*.nupkg' - name: Plugin nupkg -- path: 'Output\Release\Flow.Launcher.Plugin.*.snupkg' - name: Plugin snupkg \ No newline at end of file + name: Plugin nupkg \ No newline at end of file