summaryrefslogtreecommitdiff
path: root/install
AgeCommit message (Expand)Author
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
2016-04-10Switch from py2app to PyInstallerMicah Lee
2016-02-15Update copyright year to 2016Micah Lee
2016-02-15Made the uninstaller delete uninstall.exeMicah Lee
2016-02-15Successfully builds a .exe with Python3/Qt5. Switched from pyinstaller to py2...Micah Lee
2016-02-15Got python3/Qt5 port working in Windows, but still need to finish packaging (...Micah Lee
2016-02-13Updated build instructions and script for RPM based distrosMicah Lee
2016-02-12Made sure switch to python3 and Qt5 works in OSX (#261). Updated OSX instruct...Micah Lee
2016-02-12Porting onionshare from python2 to python3 (#261). This commit only ports the...Micah Lee
2016-01-06Update desktop entryXimin Luo
2015-12-07Version bump to 0.8.1, updated changelogv0.8.1Micah Lee
2015-12-05Add Esparanto locale to Windows pyinstaller dataMicah Lee
2015-12-04Version bump to 0.8, and updated changelog0.8Micah Lee
2015-12-04Rewrote Windows build instructions for Windows 10 (fixes #227). Also, switche...Micah Lee
2015-11-20Fixed issue with path in NSIS spec file in WindowsMicah Lee
2015-11-20Added AppData file, and made new screenshots for it (fixes #160)Micah Lee
2015-09-07Updated copyright year to 2015Micah Lee
2015-06-16fixed typo in build_deb.shMicah Lee
2015-06-16Merge branch 'master' of https://github.com/freddymartinez9/onionshare into f...Micah Lee
2015-05-27version bump and updated changelogMicah Lee
2015-05-26make build_osx.sh only codesign when you pass --signMicah Lee
2015-05-18replacing signtool.exe timestamp server with globalsign one, because startssl...Micah Lee
2015-05-18version bump from 0.7dev to 0.7 in windows installerMicah Lee
2015-05-18new Windows icon file (#182)Micah Lee
2015-05-16changed cwd in onionshare CLI script for OSX in the right places to support b...Micah Lee
2015-05-15CLI version of onionshare in OSX now works when symlinked (closes #132)Micah Lee
2015-05-15moving platform-specific scripts into install folder, and making onionshare C...Micah Lee
2015-05-15codesign for OSX (#151)Micah Lee
2015-05-15Ripping out dmg code, replacing pyinstaller with py2app for OSX -- still in p...Micah Lee
2015-05-15making build scripts use bash instead of sh (#181)Micah Lee
2015-05-15fix bug related to moving build_dmg.sh (#181)Micah Lee
2015-05-15moved build scripts into install folder (#181)Micah Lee