Skip to content

Commit d8a8e96

Browse files
committed
doc: fixed Mamonsu Windows package build
1 parent 090f012 commit d8a8e96

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,9 @@ $ make -j2 build/all && make -j1 repo/all
112112
```
113113
**Build win32 exe:**
114114
```shell
115-
$ git clone ... && cd mamonsu && python setup_win32.py py2exe
116-
$ cp dist\{mamonsu, service_win32}.exe c:\mamonsu
115+
$ git clone ... && cd mamonsu && py setup_win32.py py2exe
116+
$ copy dist\mamonsu.exe c:\mamonsu
117+
$ copy dist\service_win32.exe c:\mamonsu
117118
$ c:\mamonsu\mamonsu.exe -w c:\mamonsu\agent.conf
118119
$ c:\mamonsu\service_win32.exe -install
119120
$ net start mamonsu
@@ -123,10 +124,10 @@ or
123124
$ pyinstaller --onefile mamonsu_win32.spec
124125
$ pyinstaller --onefile service_win32.spec
125126
```
126-
**Build nsis installer:**
127+
**Build NSIS installer:**
127128
```shell
128-
$ git clone ... && cd mamonsu && python setup_win32.py py2exe
129-
$ nsis packaging/win/mamonsu.nsis
129+
$ git clone ... && cd mamonsu && py setup_win32.py py2exe
130+
$ makensis packaging/win/mamonsu.nsis
130131
```
131132

132133
## Installation

0 commit comments

Comments
 (0)