Skip to content

Commit 595d8d3

Browse files
committed
update package properties
1 parent 5ed5d52 commit 595d8d3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
1+
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
22

33
<PropertyGroup>
44
<TargetFramework>netcoreapp3.1</TargetFramework>
@@ -21,7 +21,7 @@
2121
<PackageId>Flow.Launcher.Plugin</PackageId>
2222
<IncludeSymbols>true</IncludeSymbols>
2323
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
24-
<Authors>flow-launcher</Authors>
24+
<Authors>Flow-Launcher</Authors>
2525
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2626
<RepositoryUrl>https://github.com/Flow-Launcher/Flow.Launcher</RepositoryUrl>
2727
<PackageDescription>Reference this library if you want to develop a Flow Launcher plugin</PackageDescription>

Scripts/flowlauncher.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package>
33
<metadata>
4-
<id>Flow-Launcher</id>
4+
<id>FlowLauncher</id>
55
<title>Flow Launcher</title>
66
<version>$version$</version>
77
<authors>happlebao, Jeremy Wu</authors>

Scripts/post_build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ function Pack-Squirrel-Installer ($path, $version, $output) {
8080
# TODO: can we use dotnet pack here?
8181
nuget pack $spec -Version $version -BasePath $input -OutputDirectory $output -Properties Configuration=Release
8282

83-
$nupkg = "$output\Flow-Launcher.$version.nupkg"
83+
$nupkg = "$output\FlowLauncher.$version.nupkg"
8484
Write-Host "nupkg path: $nupkg"
8585
$icon = "$path\Flow.Launcher\Resources\app.ico"
8686
Write-Host "icon: $icon"

0 commit comments

Comments
 (0)