mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-29 22:55:06 +03:00
debug fix
This commit is contained in:
parent
beee8a86c0
commit
14683648c5
2 changed files with 7 additions and 7 deletions
2
build
2
build
|
@ -6,7 +6,7 @@ PKGSRC=${PKGSRC:-github.com/RiV-chain/RiV-mesh/src/version}
|
|||
PKGNAME=${PKGNAME:-$(sh contrib/semver/name.sh)}
|
||||
PKGVER=${PKGVER:-$(sh contrib/semver/version.sh --bare)}
|
||||
if [ "$LDFLAGS" ]; then
|
||||
LDFLAGS="$LDFLAGS -X $PKGSRC.buildName=$PKGNAME -X $PKGSRC.buildVersion=$PKGVER"
|
||||
LDFLAGS="-X $PKGSRC.buildName=$PKGNAME -X $PKGSRC.buildVersion=$PKGVER"
|
||||
else
|
||||
LDFLAGS="-X $PKGSRC.buildName=$PKGNAME -X $PKGSRC.buildVersion=$PKGVER"
|
||||
fi
|
||||
|
|
|
@ -120,8 +120,8 @@ cat > wix.xml << EOF
|
|||
<Package
|
||||
Id="*"
|
||||
Keywords="Installer"
|
||||
Description="Mesh Network Installer"
|
||||
Comments="Mesh Network standalone router for Windows."
|
||||
Description="RiV-mesh Network Installer"
|
||||
Comments="RiV-mesh Network standalone router for Windows."
|
||||
Manufacturer="github.com/RiV-chain"
|
||||
InstallerVersion="200"
|
||||
InstallScope="perMachine"
|
||||
|
@ -143,7 +143,7 @@ cat > wix.xml << EOF
|
|||
<Directory Id="MeshInstallFolder" Name="RiV-mesh">
|
||||
<Component Id="MainExecutable" Guid="c2119231-2aa3-4962-867a-9759c87beb24">
|
||||
<File
|
||||
Id="Mesh"
|
||||
Id="RiV-mesh"
|
||||
Name="mesh.exe"
|
||||
DiskId="1"
|
||||
Source="mesh.exe"
|
||||
|
@ -158,8 +158,8 @@ cat > wix.xml << EOF
|
|||
<ServiceInstall
|
||||
Id="MeshServiceInstaller"
|
||||
Account="LocalSystem"
|
||||
Description="Mesh Network router process"
|
||||
DisplayName="Mesh Service"
|
||||
Description="RiV-mesh Network router process"
|
||||
DisplayName="RiV-mesh Service"
|
||||
ErrorControl="normal"
|
||||
LoadOrderGroup="NetworkProvider"
|
||||
Name="Mesh"
|
||||
|
@ -253,7 +253,7 @@ cat > wix.xml << EOF
|
|||
|
||||
<!-- Step 3: Include the custom action -->
|
||||
<Property Id="WixShellExecTarget" Value="[#MeshUI]" />
|
||||
<CustomAction Id="LaunchApplication"
|
||||
<CustomAction Id="LaunchApplication"
|
||||
BinaryKey="WixCA"
|
||||
DllEntry="WixShellExec"
|
||||
Impersonate="yes" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue