mirror of
https://github.com/nushell/nushell.git
synced 2025-06-19 17:38:14 +02:00
[ci skip]
This commit is contained in:
parent
fcab8c20df
commit
9813fee6d3
2
.github/workflows/release-pkg.nu
vendored
2
.github/workflows/release-pkg.nu
vendored
@ -202,7 +202,7 @@ if $os in ['macos-latest'] or $USE_UBUNTU {
|
|||||||
cp -r ($'($dist)/*' | into glob) nu/
|
cp -r ($'($dist)/*' | into glob) nu/
|
||||||
ls -f nu/* | print
|
ls -f nu/* | print
|
||||||
let arch = if $nu.os-info.arch =~ 'x86_64' { 'x64' } else { 'arm64' }
|
let arch = if $nu.os-info.arch =~ 'x86_64' { 'x64' } else { 'arm64' }
|
||||||
./nu/nu.exe -c $'NU_RELEASE_VERSION=($version) dotnet build -c Release -p:Platform=($arch)'
|
./nu/nu.exe -c $'NU_RELEASE_VERSION=($version) dotnet build -c Release -p:Platform=($arch)'
|
||||||
glob **/*.msi | print
|
glob **/*.msi | print
|
||||||
# Workaround for https://github.com/softprops/action-gh-release/issues/280
|
# Workaround for https://github.com/softprops/action-gh-release/issues/280
|
||||||
let wixRelease = (glob **/*.msi | where $it =~ bin | get 0 | str replace --all '\' '/')
|
let wixRelease = (glob **/*.msi | where $it =~ bin | get 0 | str replace --all '\' '/')
|
||||||
|
@ -21,6 +21,7 @@
|
|||||||
Manufacturer="$(var.Manufacturer)" >
|
Manufacturer="$(var.Manufacturer)" >
|
||||||
|
|
||||||
<MajorUpgrade
|
<MajorUpgrade
|
||||||
|
MigrateFeatures="yes"
|
||||||
Schedule="afterInstallInitialize"
|
Schedule="afterInstallInitialize"
|
||||||
DowngradeErrorMessage="A newer version of [ProductName] is already installed. Setup will now exit."/>
|
DowngradeErrorMessage="A newer version of [ProductName] is already installed. Setup will now exit."/>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user