summaryrefslogtreecommitdiff
path: root/install
AgeCommit message (Expand)Author
2017-05-30Version bump to 1.1, and update install size, for Windows installerMicah Lee
2017-05-23Version bump to 1.1.dev2v1.1.dev2Micah Lee
2017-05-19exit 1 on failure for completenessMiguel Jacq
2017-05-19account for the fact that stdeb's util.py renames .dev to ~dev, in version namesMiguel Jacq
2017-05-19Fix location of echo so that the return code check doesn't always succeedMiguel Jacq
2017-05-18Update get-tor-osx.py to grab the Tor binary from Tor Browser 6.5.2 instead o...Micah Lee
2017-05-17Updated changelog and version bump to 1.1.dev1v1.1.dev1Micah Lee
2017-05-16Added settings.png to Windows installer fileMicah Lee
2017-04-18Merge branch 'tor-bundle' into autoupdateMicah Lee
2017-04-18Added support for bundled Tor in macOSMicah Lee
2017-04-15Created update_checker module, and logic to load http://elx57ue5uyfplgva.onio...Micah Lee
2017-04-15Uncomment Windows codesigningMicah Lee
2017-04-14Packaged tor files for WindowsMicah Lee
2017-04-14Added support for bundled tor connection type in Windows, including using por...Micah Lee
2017-04-13Add tor as a linux dependencyMicah Lee
2017-04-08Wrote script to download pre-built tor binary for WindowsMicah Lee
2017-02-22Oops, uncomment signing the uninstallerMicah Lee
2017-02-22Remove license page from Windows installer, just to make less stepsMicah Lee
2017-02-22Update NSIS file to work with new PyInstaller filesMicah Lee
2017-02-22Update Windows build script to work with PyInstaller, update readme about onl...Micah Lee
2017-02-22Make CLI work with PyInstaller in macOSMicah Lee
2017-02-21Fixed syntax error in pyinstaller.specMicah Lee
2017-02-21Renamed 'resources' to 'share', and updated location of 'share' files in OSX/...Micah Lee
2017-02-21Update Windows build instructions, and also Windows pip requirementsMicah Lee
2017-02-21Remove jinja2.asyncsupport from PyInstaller, because it's not used and causes...Micah Lee
2017-02-21Update pip requirementsMicah Lee
2017-02-21Update macOS build instructions, and install pip deps from a requirements.txtMicah Lee
2017-01-08Updated windows pip requirements, and improved build instructions for pyinsta...Micah Lee
2017-01-07Add a pyinstaller specMicah Lee
2017-01-07Use a virtualenv, and put pip deps in requirements.txtMicah Lee
2017-01-06Change GPL copyright from 2016 to 2017Micah Lee
2016-09-05Update build_exe.bat and NSIS installer config to support cx_FreezeMicah Lee
2016-09-04Migrate from PyInstaller to cx_Freeze for OSXMicah Lee
2016-09-04Move license.txt into resources, so it will be bundled with Windows installerMicah Lee
2016-09-04Make launcher scripts require onionshare and onionshare_gui python packages t...Micah Lee
2016-06-10Added python-nautilus as a dependency (#293)Micah Lee
2016-06-10Added a simple nautilus extension, written by the Subgraph developers (fixes ...Micah Lee
2016-06-10The path of the install scripts has changed, so the import path must change t...Micah Lee
2016-04-14Merge branch 'master' of github.com:micahflee/onionshareMicah Lee
2016-04-14Add correct version number to OSX app Info.plist (fixes #275)Micah Lee
2016-04-13Update PPA scriptMicah Lee
2016-04-12Version bump to 0.9, and updated changelogMicah Lee
2016-04-12Updated Windows packaging scripts to work with PyInstallerMicah Lee
2016-04-12Add wordlists.txt to OSX and Windows packages #(#238)Micah Lee
2016-04-12Fix PyInstaller to point to new resources directory, for OSX and WindowsMicah Lee
2016-04-12Move all resources (locale, images, html, version.txt) into central resources...Micah Lee
2016-04-12Renamed linux_scripts to scripts, since they are now used for Linux, OSX, and...Micah Lee
2016-04-11Switched from py2app to PyInstaller for Windows. Renamed version to version.t...Micah Lee
2016-04-10Updated OSX codesigning code for PyInstallerMicah Lee
2016-04-10Renamed OSX binary from onionshare_gui to onionshare-guiMicah Lee