update package properties

This commit is contained in:
Ioannis G 2020-05-13 01:33:36 +03:00
parent 5ed5d52733
commit 595d8d33c4
No known key found for this signature in database
GPG key ID: EAC0E4E5E36AC49E
3 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
@ -21,7 +21,7 @@
<PackageId>Flow.Launcher.Plugin</PackageId>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<Authors>flow-launcher</Authors>
<Authors>Flow-Launcher</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/Flow-Launcher/Flow.Launcher</RepositoryUrl>
<PackageDescription>Reference this library if you want to develop a Flow Launcher plugin</PackageDescription>

View file

@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<metadata>
<id>Flow-Launcher</id>
<id>FlowLauncher</id>
<title>Flow Launcher</title>
<version>$version$</version>
<authors>happlebao, Jeremy Wu</authors>

View file

@ -80,7 +80,7 @@ function Pack-Squirrel-Installer ($path, $version, $output) {
# TODO: can we use dotnet pack here?
nuget pack $spec -Version $version -BasePath $input -OutputDirectory $output -Properties Configuration=Release
$nupkg = "$output\Flow-Launcher.$version.nupkg"
$nupkg = "$output\FlowLauncher.$version.nupkg"
Write-Host "nupkg path: $nupkg"
$icon = "$path\Flow.Launcher\Resources\app.ico"
Write-Host "icon: $icon"