diff --git a/Flow.Launcher/Flow.Launcher.csproj b/Flow.Launcher/Flow.Launcher.csproj index 970bc8e37..6fe1b817d 100644 --- a/Flow.Launcher/Flow.Launcher.csproj +++ b/Flow.Launcher/Flow.Launcher.csproj @@ -62,6 +62,14 @@ + + + MSBuild:Compile + Designer + PreserveNewest + + + diff --git a/Scripts/post_build.ps1 b/Scripts/post_build.ps1 index 624f4f502..648b50b15 100644 --- a/Scripts/post_build.ps1 +++ b/Scripts/post_build.ps1 @@ -35,7 +35,6 @@ function Copy-Resources ($path, $config) { $project = "$path\Flow.Launcher" $output = "$path\Output" $target = "$output\$config" - Copy-Item -Recurse -Force $project\Themes\* $target\Themes\ Copy-Item -Recurse -Force $project\Images\* $target\Images\ Copy-Item -Recurse -Force $path\Plugins\HelloWorldPython $target\Plugins\HelloWorldPython Copy-Item -Recurse -Force $path\JsonRPC $target\JsonRPC