Skip to content

Commit a60b840

Browse files
committed
Update- remove dot. Directory name will be FlowLauncher
when nuget pack ignores the dot so instead of getting Flow.Launcher as parent directory name we get Flow
1 parent 5a45591 commit a60b840

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ function Pack-Squirrel-Installer ($path, $version, $output) {
9393
Write-Host "Input path: $input"
9494
Nuget pack $spec -Version $version -Properties Configuration=Release -BasePath $input -OutputDirectory $output
9595

96-
$nupkg = "$output\Flow.Launcher.$version.nupkg"
96+
$nupkg = "$output\FlowLauncher.$version.nupkg"
9797
Write-Host "nupkg path: $nupkg"
9898
$icon = "$path\Flow.Launcher\Resources\app.ico"
9999
Write-Host "icon: $icon"
@@ -107,7 +107,7 @@ function Pack-Squirrel-Installer ($path, $version, $output) {
107107
Move-Item $temp\* $output -Force
108108
Remove-Item $temp
109109

110-
$file = "$output\Flow.Launcher-$version.exe"
110+
$file = "$output\Flow Launcher-$version.exe"
111111
Write-Host "Filename: $file"
112112

113113
Move-Item "$output\Setup.exe" $file -Force

0 commit comments

Comments
 (0)