From 43f40ba7531e1a16a49bd3e8964bf045cebdb4b1 Mon Sep 17 00:00:00 2001 From: Kevin Froman Date: Sat, 10 Aug 2019 21:02:06 -0500 Subject: [PATCH] fix windows run batch scripts --- run-windows-dev.bat | 2 +- run-windows.bat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 %*