File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
set -e
4
4
5
- unset HEADER
5
+ unset HEADER MSI_X86
6
6
7
7
while [ -n " $1 " ]
8
8
do
@@ -41,6 +41,11 @@ title: GLPI-Agent Nightly Builds
41
41
HEADER
42
42
fi
43
43
44
+ # Support x86 MSI is still available
45
+ if [ -e " glpi-agent/GLPI-Agent-$VERSION -x86.msi" -a -e " glpi-agent/GLPI-Agent-$VERSION -x86.zip" ]; then
46
+ MSI_X86=" 32 bits | [GLPI-Agent-$VERSION -x86.msi](GLPI-Agent-$VERSION -x86.msi) | [GLPI-Agent-$VERSION -x86.zip](GLPI-Agent-$VERSION -x86.zip)"
47
+ fi
48
+
44
49
cat << DESCRIPTION
45
50
# GLPI-Agent v$VERSION nightly build
46
51
@@ -51,7 +56,7 @@ Built on $DATE
51
56
Arch | Windows installer | Windows portable archive
52
57
---|:---|:---
53
58
64 bits | [GLPI-Agent-$VERSION -x64.msi](GLPI-Agent-$VERSION -x64.msi) | [GLPI-Agent-$VERSION -x64.zip](GLPI-Agent-$VERSION -x64.zip)
54
- 32 bits | [GLPI-Agent- $VERSION -x86.msi](GLPI-Agent- $VERSION -x86.msi) | [GLPI-Agent- $VERSION -x86.zip](GLPI-Agent- $VERSION -x86.zip)
59
+ $MSI_X86
55
60
56
61
## MacOSX <a href="#macosx-${VERSION// ./ -} ">#</a> {#macosx-${VERSION// ./ -} }
57
62
Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ Don't forget to follow our [installation documentation](https://glpi-agent.readt
41
41
Arch | Windows installer | Windows portable archive
42
42
---|:---|:---
43
43
64 bits | [GLPI-Agent-$VERSION -x64.msi]($REPO /releases/download/$TAG /GLPI-Agent-$VERSION -x64.msi) | [glpi-agent-$VERSION -x64.zip]($REPO /releases/download/$TAG /glpi-agent-$VERSION -x64.zip)
44
- 32 bits | [GLPI-Agent-$VERSION -x86.msi]($REPO /releases/download/$TAG /GLPI-Agent-$VERSION -x86.msi) | [glpi-agent-$VERSION -x86.zip]($REPO /releases/download/$TAG /glpi-agent-$VERSION -x86.zip)
45
44
46
45
## MacOSX
47
46
You can’t perform that action at this time.
0 commit comments