diff --git a/run-windows-dev.bat b/run-windows-dev.bat index 50de1152..2fbae3d7 100755 --- a/run-windows-dev.bat +++ b/run-windows-dev.bat @@ -4,4 +4,4 @@ set ONIONR_HOME=data%random% echo Using profile: %ONIONR_HOME% setlocal chdir onionr -python onionr.py %* +python __init__.py %* diff --git a/run-windows.bat b/run-windows.bat index 3d323610..0e209ba0 100755 --- a/run-windows.bat +++ b/run-windows.bat @@ -1,4 +1,4 @@ @echo off setlocal chdir onionr -python onionr.py %* +python __init__.py %*