File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff 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:\m amonsu
115+ $ git clone ... && cd mamonsu && py setup_win32.py py2exe
116+ $ copy dist\m amonsu.exe c:\m amonsu
117+ $ copy dist\s ervice_win32.exe c:\m amonsu
117118$ c:\m amonsu\m amonsu.exe -w c:\m amonsu\a gent.conf
118119$ c:\m amonsu\s ervice_win32.exe -install
119120$ net start mamonsu
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
You can’t perform that action at this time.
0 commit comments