summaryrefslogtreecommitdiff
path: root/build_exe.bat
blob: 1fe4bd4dc7c4f86c57e5947090d47475e1d181b9 (plain)
1
2
3
4
5
6
7
8
REM use pyinstaller to builder a folder with onionshare.exe
pyinstaller -y setup\onionshare-win.spec

REM run onionshare once, to compile the .py files into .pyc
dist\onionshare\onionshare.exe --help

REM build an installer, dist\OnionShare_Setup.exe
makensisw setup\onionshare.nsi