Skip to content

Commit 51ab1e6

Browse files
committed
Rename post build script
1 parent c7fd64a commit 51ab1e6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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-JJW24</id>
4+
<id>Flow.Launcher</id>
55
<title>Flow Launcher</title>
66
<version>$version$</version>
77
<authors>happlebao, Jeremy Wu</authors>

Scripts/post_build.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ function Zip-Release ($path, $version, $output) {
7474

7575
$input = "$path\Output\Release"
7676
Write-Host "Input path: $input"
77-
$file = "$output\Flow.Launcher-JJW24-$version.zip"
77+
$file = "$output\Flow.Launcher-$version.zip"
7878
Write-Host "Filename: $file"
7979

8080
[Reflection.Assembly]::LoadWithPartialName("System.IO.Compression.FileSystem")
@@ -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-JJW24.$version.nupkg"
96+
$nupkg = "$output\Flow.Launcher.$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-JJW24-$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)