-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
chore(client/electron): move src/electron into client/electron #1958
Conversation
7a8f47f
to
a5b1b4e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same comment as the other PR. No more refactoring until the client is fixed. Otherwise we can't tell if this is further breaking things.
fed182b
to
dd33199
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are doing too many unnecessary moves. We need a different approach. When you move code, please move to their final destinations, so others can work on the code without conflicting further with the refactoring.
dd33199
to
abc44d5
Compare
a2577d3
to
f74e88b
Compare
69967b5
to
88b6790
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Verified it in Windows 10, all good. We only need to update some paths in the documentation.
Co-authored-by: J. Yi <93548144+jyyi1@users.noreply.github.com>
002e629
to
1fe094c
Compare
also gets rid the
client/tools
folder (the android setup script is now in the CI)also moves all the client electron build outputs to a root
output/client/electron
folder: