mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-10 15:20:38 -04:00
made pyinstaller work for windows (#35)
This commit is contained in:
parent
fc13ef5707
commit
cf7d04099e
5 changed files with 35 additions and 17 deletions
|
@ -1,2 +1,7 @@
|
|||
import onionshare_gui
|
||||
# import stuff for pyinstaller to find
|
||||
import os, sys, subprocess, time, hashlib, platform, json, locale, socket, argparse, Queue, inspect, base64, random, functools
|
||||
import PyQt4.QtCore, PyQt4.QtGui, PyQt4.QtWebKit
|
||||
import stem, stem.control, flask
|
||||
import onionshare, onionshare_gui
|
||||
|
||||
onionshare_gui.main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue