5 | | * {{{static/scripts/tools/standalone_exe.py}}} |
6 | | * Clean the Eden folder (databases/errors/sessions) |
7 | | * rename it as 'init' |
8 | | * Zip-up folder contents |
9 | | * Customise {{{C:\Program Files\NSIS\Contrib\zip2exe\Modern.nsh}}}: |
| 5 | * Clean the Eden folder (databases/errors/sessions) |
| 6 | {{{ |
| 7 | c: |
| 8 | cd \bin\web2py |
| 9 | c:\bin\python26\python applications\eden\static\scripts\tools\standalone_exe.py |
| 10 | }}} |
| 11 | * Zip-up contents of 'dist' folder |
| 12 | * rename eden as 'init' |
| 13 | * Delete the examples & welcome folders |
| 14 | * Customise {{{C:\Program Files\NSIS\Contrib\zip2exe\Modern.nsh}}}: |