mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
fix error for now.
This commit is contained in:
parent
1a6e382c13
commit
777c82a9ba
|
|
@ -16,7 +16,7 @@ winrelease:
|
|||
mkdir -p roswell/documents
|
||||
cp src/ros.exe roswell
|
||||
cp lisp/*.lisp lisp/*.ros lisp/*.el roswell/lisp
|
||||
cd documents;make roswell.chm
|
||||
cd documents;MSYSTEM=MINGW64 make roswell.chm
|
||||
cp documents/roswell.chm roswell/documents
|
||||
7z a Roswell-`if [ $$MSYSTEM = 'MINGW64' ];then echo x86_64 ;else echo i686; fi`.zip roswell/ros.exe roswell/lisp/*.* roswell/documents/roswell.chm
|
||||
test:
|
||||
|
|
|
|||
Loading…
Reference in a new issue