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

Windows 64 build #456

Open
core-ai-bot opened this issue Aug 17, 2021 · 3 comments
Open

Windows 64 build #456

core-ai-bot opened this issue Aug 17, 2021 · 3 comments

Comments

@core-ai-bot
Copy link
Member

Issue by jha-g
Tuesday Apr 02, 2019 at 12:09 GMT
Originally opened as adobe#664


Windows 64 bit build can be done using following commands. I am using this build as my default brackets and have not seen any issue yet.
TODO: installer is not working.

grunt setup --force-target-word-size=64 
grunt build  --force-target-word-size=64

jha-g included the following code: https://github.com/adobe/brackets-shell/pull/664/commits

@core-ai-bot
Copy link
Member Author

Comment by shubhsnov
Tuesday Apr 02, 2019 at 12:15 GMT


Nit: Change the command line flag: to --arch=x64 instead of --force-target-word-size=64

@core-ai-bot
Copy link
Member Author

Comment by jha-g
Friday May 03, 2019 at 11:59 GMT


Addressed review comments.
commands to setup and build becomes(ia32 is default):

grunt setup --arch=[x64|ia32] 
grunt build  --arch=[x64|ia32]

@core-ai-bot
Copy link
Member Author

Comment by jha-g
Tuesday May 28, 2019 at 10:55 GMT


Hi @vickramdhawal, I've addressed all the review comments.

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

No branches or pull requests

1 participant