Skip to content

Commit 5086b06

Browse files
committed
update
1 parent 03c8e40 commit 5086b06

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Scripts/flowlauncher.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<version>$version$</version>
77
<authors>Flow-Launcher Team</authors>
88
<projectUrl>https://github.com/Flow-Launcher/Flow.Launcher</projectUrl>
9-
<iconUrl>https://raw.githubusercontent.com/Flow-Launcher/Flow.Launcher/master/Flow.Launcher/Images/app.png</iconUrl>
9+
<icon>lib\net6.0\Images\app.png</icon>
1010
<requireLicenseAcceptance>false</requireLicenseAcceptance>
11-
<description>Flow Launcher - a launcher for windows</description>
11+
<description>Flow Launcher - Quick file search and app launcher for Windows with community-made plugins</description>
1212
</metadata>
1313
<files>
1414
<file src="**\*.*" target="lib\net6.0\" exclude="Flow.Launcher.vshost.exe;Flow.Launcher.vshost.exe.config;Flow.Launcher.vshost.exe.manifest;*.nupkg;Setup.exe;RELEASES"/>

Scripts/post_build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ function Pack-Squirrel-Installer ($path, $version, $output) {
7070

7171
Write-Host "Packing: $spec"
7272
Write-Host "Input path: $input"
73-
# making version static as multiple versions can exist in the nuget folder and in the case a breaking change is introduced.
73+
7474
New-Alias Nuget $env:USERPROFILE\.nuget\packages\NuGet.CommandLine\6.3.1\tools\NuGet.exe -Force
7575
# dotnet pack is not used because ran into issues, need to test installation and starting up if to use it.
7676
nuget pack $spec -Version $version -BasePath $input -OutputDirectory $output -Properties Configuration=Release

0 commit comments

Comments
 (0)