Skip to content

Commit 65cb690

Browse files
committed
build: fixed Windows template file name
1 parent a2a22e3 commit 65cb690

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

packaging/debian/changelog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ mamonsu (3.5.0-1) stable; urgency=low
1515
* unified Zabbix objects names;
1616
* unified config file sections and parameters names;
1717
* set new color scheme;
18+
* fixed Windows NSIS installer script;
1819

1920
mamonsu (3.4.0-1) stable; urgency=low
2021
* added Server Version metric;

packaging/rpm/SPECS/mamonsu.spec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ chown mamonsu.mamonsu /var/log/mamonsu
8787
- unified Zabbix objects names;
8888
- unified config file sections and parameters names;
8989
- set new color scheme;
90+
- fixed Windows NSIS installer script;
9091

9192
* Mon Feb 21 2022 Alexandra Kuznetsova <[email protected]> - 3.4.0-1
9293
- added Server Version metric;

packaging/win/mamonsu.def.nsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
!define OLD_EXE_FILE "agent.exe"
1313
!define LOG_FILE "mamonsu.log"
1414
!define SERVICE_FILE "service_win32.exe"
15-
!define TEMPLATE_FILE "template_win32.xml"
15+
!define TEMPLATE_FILE "template_win.xml"
1616

1717
!define SERVICE_NAME "mamonsu"
1818
!define SERVICE_DISPLAY_NAME "Monitoring agent: mamonsu"

0 commit comments

Comments
 (0)