mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
update package properties
This commit is contained in:
parent
5ed5d52733
commit
595d8d33c4
3 changed files with 4 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
|
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||||
|
|
@ -21,7 +21,7 @@
|
||||||
<PackageId>Flow.Launcher.Plugin</PackageId>
|
<PackageId>Flow.Launcher.Plugin</PackageId>
|
||||||
<IncludeSymbols>true</IncludeSymbols>
|
<IncludeSymbols>true</IncludeSymbols>
|
||||||
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
|
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
|
||||||
<Authors>flow-launcher</Authors>
|
<Authors>Flow-Launcher</Authors>
|
||||||
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
||||||
<RepositoryUrl>https://github.com/Flow-Launcher/Flow.Launcher</RepositoryUrl>
|
<RepositoryUrl>https://github.com/Flow-Launcher/Flow.Launcher</RepositoryUrl>
|
||||||
<PackageDescription>Reference this library if you want to develop a Flow Launcher plugin</PackageDescription>
|
<PackageDescription>Reference this library if you want to develop a Flow Launcher plugin</PackageDescription>
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<package>
|
<package>
|
||||||
<metadata>
|
<metadata>
|
||||||
<id>Flow-Launcher</id>
|
<id>FlowLauncher</id>
|
||||||
<title>Flow Launcher</title>
|
<title>Flow Launcher</title>
|
||||||
<version>$version$</version>
|
<version>$version$</version>
|
||||||
<authors>happlebao, Jeremy Wu</authors>
|
<authors>happlebao, Jeremy Wu</authors>
|
||||||
|
|
|
||||||
|
|
@ -80,7 +80,7 @@ function Pack-Squirrel-Installer ($path, $version, $output) {
|
||||||
# TODO: can we use dotnet pack here?
|
# TODO: can we use dotnet pack here?
|
||||||
nuget pack $spec -Version $version -BasePath $input -OutputDirectory $output -Properties Configuration=Release
|
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"
|
Write-Host "nupkg path: $nupkg"
|
||||||
$icon = "$path\Flow.Launcher\Resources\app.ico"
|
$icon = "$path\Flow.Launcher\Resources\app.ico"
|
||||||
Write-Host "icon: $icon"
|
Write-Host "icon: $icon"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue