Rename projects to FileShare
This commit is contained in:
@@ -3,7 +3,7 @@ param(
|
||||
[string]$Configuration = "Release",
|
||||
[string]$Runtime = "win-x64",
|
||||
[string]$Version = "1.0.0",
|
||||
[string]$AppName = "Avalonia-PC",
|
||||
[string]$AppName = "FileShare-PC",
|
||||
[string]$Publisher = "QiCheng",
|
||||
[bool]$SelfContained = $true,
|
||||
[switch]$SingleFile,
|
||||
@@ -14,12 +14,12 @@ param(
|
||||
$ErrorActionPreference = "Stop"
|
||||
|
||||
$repoRoot = Split-Path -Parent $PSScriptRoot
|
||||
$projectPath = Join-Path $repoRoot "Avalonia-PC\Avalonia-PC.csproj"
|
||||
$installerScript = Join-Path $PSScriptRoot "installer\Avalonia-PC.iss"
|
||||
$projectPath = Join-Path $repoRoot "FileShare-PC\FileShare-PC.csproj"
|
||||
$installerScript = Join-Path $PSScriptRoot "installer\FileShare-PC.iss"
|
||||
$buildStamp = Get-Date -Format "yyyyMMddHHmmss"
|
||||
$publishDir = Join-Path $repoRoot "package-output\publish\Avalonia-PC\$Runtime-$buildStamp"
|
||||
$publishDir = Join-Path $repoRoot "package-output\publish\FileShare-PC\$Runtime-$buildStamp"
|
||||
$installerDir = Join-Path $repoRoot "package-output\installer"
|
||||
$appExeName = "Avalonia-PC.exe"
|
||||
$appExeName = "FileShare-PC.exe"
|
||||
$toolsDir = Join-Path $PSScriptRoot "tools"
|
||||
$innoSetupDir = Join-Path $toolsDir "InnoSetup6"
|
||||
$innoSetupInstaller = Join-Path $toolsDir "downloads\innosetup-6.7.2.exe"
|
||||
|
||||
Reference in New Issue
Block a user