You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Peter Flynn edited this page Apr 17, 2015
·
7 revisions
None of the Brackets core team currently runs Linux day-to-day, so we need
Linux community testing to ensure that Brackets releases are high quality on Linux.
All help from community is welcome, so we provide builds on all platforms.
Builds
Installer builds will be provided as a Github Release
using prerelease flag. First set of builds are made from release branch.
Additional builds will be made as necessary (i.e. may not need a new build
if only update are string changes). Always uninstall prerelease builds before installing the next build - otherwise the later build may not install correctly (since it will have the same version number).
To extract a Windows build without installing it, run: msiexec /a <path to .msi file> /qb TARGETDIR=<destination folder abs path>
(if there are spaces in either path, make sure to use quotes)
This will extract the files without actually running a "real" install (see this info) - ignore the smaller .msi file that it extracts and look in the 'Brackets' folder next to it.
Extensions should also be tested. Issues with extensions should be opened
in the repo of the extension. If the cause of the Issue is in core Brackets,
then the Extension Author will open an Issue in Brackets.
Results
Community should reply to Brackets-Dev Post with their results. Please provide info such as:
OS/Version tested
Build number from About Dialog
If any issues were opened, let us know your github id for easy lookup
What was tested
What couldn't be tested & why
Any other comments
Feedback
Let us know what more we can do to make testing easier, more effective, etc.