Release version 1.2 with Supernode user window
Build Windows Portable Package / portable (release) Successful in 9m52s
Build Windows Portable Package / portable (release) Successful in 9m52s
This commit is contained in:
+3
-1
@@ -12,7 +12,9 @@ $n2nRoot = Join-Path $projectRoot 'third_party\n2n'
|
||||
$cargoManifest = Join-Path $projectRoot 'src-tauri\Cargo.toml'
|
||||
$packageScript = Join-Path $PSScriptRoot 'package-portable.ps1'
|
||||
$n2nBuildScript = Join-Path $PSScriptRoot 'build-n2n.sh'
|
||||
$archivePath = Join-Path $projectRoot 'release\super-n2n-portable.zip'
|
||||
$packageJson = Get-Content (Join-Path $projectRoot 'package.json') -Raw | ConvertFrom-Json
|
||||
$artifactVersion = (($packageJson.version -split '\.')[0..1] -join '.')
|
||||
$archivePath = Join-Path $projectRoot "release\super-n2n-portable-$artifactVersion.zip"
|
||||
$checksumPath = $archivePath + '.sha256'
|
||||
|
||||
function Get-RequiredCommand {
|
||||
|
||||
Reference in New Issue
Block a user