Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automate EXE building for Windows #14

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Automate EXE building for Windows #14

wants to merge 2 commits into from

Conversation

jay0lee
Copy link

@jay0lee jay0lee commented May 2, 2016

This patch automates building 32 and 64 .EXE files for Windows admins saving them from the need to install Python, dependencies, etc. Should satisfy issue #13

jay0lee added 2 commits May 2, 2016 14:08
-apiclient is now googleapiclient
-OpenSSL is no longer needed, oauth2client2 2.0+ now supports
Python-native SSL via rsa and pyasn modules.
del /q /f import-mailbox-to-gmail-%1-windows.zip
del /q /f import-mailbox-to-gmail-%1-windows-x64.zip

c:\python27-32\scripts\pyinstaller -F --distpath=import-mailbox-to-gmail import-mailbox-to-gmail.spec
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you make the paths (e.g. c:\python27-32 and 7zip's path) in central variables?

@eesheesh
Copy link
Collaborator

eesheesh commented Jun 8, 2016

Thanks Jay! Added a few comments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants