From 03c8e409ce5aab0f9d39fe53c17838c020dc0c19 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Wed, 7 Dec 2022 13:30:57 +1100 Subject: [PATCH 1/4] add --- Flow.Launcher/Flow.Launcher.csproj | 4 ++-- Scripts/flowlauncher.nuspec | 2 +- Scripts/post_build.ps1 | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Flow.Launcher/Flow.Launcher.csproj b/Flow.Launcher/Flow.Launcher.csproj index b1a822fb6dd..931e971531e 100644 --- a/Flow.Launcher/Flow.Launcher.csproj +++ b/Flow.Launcher/Flow.Launcher.csproj @@ -1,4 +1,4 @@ - + WinExe @@ -92,7 +92,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Scripts/flowlauncher.nuspec b/Scripts/flowlauncher.nuspec index 8c1b16fe561..53aff7e22d1 100644 --- a/Scripts/flowlauncher.nuspec +++ b/Scripts/flowlauncher.nuspec @@ -11,6 +11,6 @@ Flow Launcher - a launcher for windows - + diff --git a/Scripts/post_build.ps1 b/Scripts/post_build.ps1 index fdf2a034997..2105b11d37f 100644 --- a/Scripts/post_build.ps1 +++ b/Scripts/post_build.ps1 @@ -71,7 +71,7 @@ function Pack-Squirrel-Installer ($path, $version, $output) { Write-Host "Packing: $spec" Write-Host "Input path: $input" # making version static as multiple versions can exist in the nuget folder and in the case a breaking change is introduced. - New-Alias Nuget $env:USERPROFILE\.nuget\packages\NuGet.CommandLine\5.7.2\tools\NuGet.exe -Force + New-Alias Nuget $env:USERPROFILE\.nuget\packages\NuGet.CommandLine\6.3.1\tools\NuGet.exe -Force # dotnet pack is not used because ran into issues, need to test installation and starting up if to use it. nuget pack $spec -Version $version -BasePath $input -OutputDirectory $output -Properties Configuration=Release From 5086b06e4fa72eeab02378caf7c5f85358eb51a4 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Wed, 7 Dec 2022 20:23:27 +1100 Subject: [PATCH 2/4] update --- Scripts/flowlauncher.nuspec | 4 ++-- Scripts/post_build.ps1 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Scripts/flowlauncher.nuspec b/Scripts/flowlauncher.nuspec index 53aff7e22d1..dd9061c988e 100644 --- a/Scripts/flowlauncher.nuspec +++ b/Scripts/flowlauncher.nuspec @@ -6,9 +6,9 @@ $version$ Flow-Launcher Team https://github.com/Flow-Launcher/Flow.Launcher - https://raw.githubusercontent.com/Flow-Launcher/Flow.Launcher/master/Flow.Launcher/Images/app.png + lib\net6.0\Images\app.png false - Flow Launcher - a launcher for windows + Flow Launcher - Quick file search and app launcher for Windows with community-made plugins diff --git a/Scripts/post_build.ps1 b/Scripts/post_build.ps1 index 2105b11d37f..d937c573206 100644 --- a/Scripts/post_build.ps1 +++ b/Scripts/post_build.ps1 @@ -70,7 +70,7 @@ function Pack-Squirrel-Installer ($path, $version, $output) { Write-Host "Packing: $spec" Write-Host "Input path: $input" - # making version static as multiple versions can exist in the nuget folder and in the case a breaking change is introduced. + New-Alias Nuget $env:USERPROFILE\.nuget\packages\NuGet.CommandLine\6.3.1\tools\NuGet.exe -Force # dotnet pack is not used because ran into issues, need to test installation and starting up if to use it. nuget pack $spec -Version $version -BasePath $input -OutputDirectory $output -Properties Configuration=Release From 84ddd385ceb8b9ddc91571cf1b60aa1e7c29b7dd Mon Sep 17 00:00:00 2001 From: Jeremy Date: Thu, 8 Dec 2022 20:52:05 +1100 Subject: [PATCH 3/4] use icon url path --- Scripts/flowlauncher.nuspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/flowlauncher.nuspec b/Scripts/flowlauncher.nuspec index dd9061c988e..f40dfa4d742 100644 --- a/Scripts/flowlauncher.nuspec +++ b/Scripts/flowlauncher.nuspec @@ -6,7 +6,7 @@ $version$ Flow-Launcher Team https://github.com/Flow-Launcher/Flow.Launcher - lib\net6.0\Images\app.png + https://raw.githubusercontent.com/Flow-Launcher/Flow.Launcher/master/Flow.Launcher/Images/app.png false Flow Launcher - Quick file search and app launcher for Windows with community-made plugins From d42294aff09929e43bc9ff331e97e3c3f6ac7965 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Thu, 8 Dec 2022 21:06:11 +1100 Subject: [PATCH 4/4] add iconurl --- Scripts/flowlauncher.nuspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/flowlauncher.nuspec b/Scripts/flowlauncher.nuspec index f40dfa4d742..aeb29d1f184 100644 --- a/Scripts/flowlauncher.nuspec +++ b/Scripts/flowlauncher.nuspec @@ -6,7 +6,7 @@ $version$ Flow-Launcher Team https://github.com/Flow-Launcher/Flow.Launcher - https://raw.githubusercontent.com/Flow-Launcher/Flow.Launcher/master/Flow.Launcher/Images/app.png + https://raw.githubusercontent.com/Flow-Launcher/Flow.Launcher/master/Flow.Launcher/Images/app.png false Flow Launcher - Quick file search and app launcher for Windows with community-made plugins