-
-
Notifications
You must be signed in to change notification settings - Fork 156
Add portable build to Windows #563
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
Add portable build to Windows #563
Conversation
8708036 to
55aa7d9
Compare
|
@haslinghuis for the portable version i would prefer a version with |
55aa7d9 to
245b88c
Compare
|
@TheIsotopes done. Thanks for the tip (as configurator is doing the same). |
|
I don't think we must use different parameters, we can't discuss to change it for all, but not only for portable. |
|
@McGiverGim configurator is using the same parameter. Otherwise happy to remove. |
|
@McGiverGim as it is set now, it works on all versions. it should stay that way, it's the same as with the configurator. |
|
Long story short... if I remember correctly, in the Configurator was put betaflight/betaflight-configurator#1057 The only problem is that the UPDATE of the app produced all the problems we suffered in the Configurator. I hope that with the new installer this does not happen anymore. I prefer the compressed way, but if we want to use it uncompressed, is not a problem to me neither. But then we need to "uninstall" the Blackbox when installing to be sure to not let a lot of old files from different versions. Like we do in the Configurator. The installer only writes the new files, it does not remove the old one. When is compressed is not a problem, the files are the same, but now it will not. |
|
According to the linked issue @McGiverGim I'd like to be consistent: should we change this parameter on configurator (to true) also? |
@haslinghuis Actually no, but loading takes longer on older computers. |
|
@McGiverGim It's your take. I'm happy either way, |
|
These changes are not aplying for mac users, should we aplied also for this SO? |
gulpfile.js
Outdated
| macIcns: './images/bf_icon.icns', | ||
| macPlist: { 'CFBundleDisplayName': 'Betaflight Blackbox Explorer'}, | ||
| winIco: './images/bf_icon.ico', | ||
| zip: false, |
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.
If we want to go with this, we need to do mcgiver requested changes on the installer side.
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.
Removed.
245b88c to
94ddabe
Compare
|
Kudos, SonarCloud Quality Gate passed!
|
|
My comment was, as Asizon said, because if we add the parameter, we need to modify the installer to uninstall the earlier before installing. A lot of garbage can remain if we don't do that. If we add that, no problem to use it uncompressed. |
|
AUTOMERGE: (FAIL)
|








Follow up on: betaflight/betaflight-configurator#2739
Fixes: #548