File tree 1 file changed +6
-5
lines changed
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
112
112
```
113
113
** Build win32 exe:**
114
114
``` 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
117
118
$ c:\m amonsu\m amonsu.exe -w c:\m amonsu\a gent.conf
118
119
$ c:\m amonsu\s ervice_win32.exe -install
119
120
$ net start mamonsu
123
124
$ pyinstaller --onefile mamonsu_win32.spec
124
125
$ pyinstaller --onefile service_win32.spec
125
126
```
126
- ** Build nsis installer:**
127
+ ** Build NSIS installer:**
127
128
``` 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
130
131
```
131
132
132
133
## Installation
You can’t perform that action at this time.
0 commit comments