mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 01:33:30 +02:00
Dont create installers in build notes
This commit is contained in:
parent
c929839f14
commit
ac019c2460
1 changed files with 4 additions and 3 deletions
|
|
@ -578,7 +578,8 @@ and copy it to windows.
|
|||
|
||||
Run::
|
||||
|
||||
python setup.py build
|
||||
python setup.py -OO win32_freeze --no-ice
|
||||
python setup.py build
|
||||
python setup.py -OO win32_freeze --no-ice --no-installer
|
||||
|
||||
This will create the .msi in the dist directory.
|
||||
This will create a relocatable calibre windows build in build/winfrozen. Simply
|
||||
run build/winfrozen/calibre.exe to start calibre.
|
||||
|
|
|
|||
Loading…
Reference in a new issue