Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

Commit

Permalink
1.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sagiegurari committed Nov 10, 2016
1 parent e2e910d commit 331ad34
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions App/AppInfo/appinfo.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ CommercialUse=true
EULAVersion=1

[Version]
PackageVersion=1.7.0.1
DisplayVersion=Release 1.7
PackageVersion=1.8.0.1
DisplayVersion=Release 1.8

[Control]
Icons=1
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
> Windows portable version of adobe brackets web development editor.
## Overview

[Brackets](http://brackets.io/) is an open source code editor for web designers and front-end developers.

With brackets portable you can now 'install' it on a USB and have it with you at all times.
Expand All @@ -18,17 +19,17 @@ You can also replace the brackets installation inside this portable version with
The portable launcher uses the [portableapps.com](http://portableapps.com/) installer which also allows you to better integrate with your [portableapps.com](http://portableapps.com/) installation (this is of course optional).

## Download

In order to download please look at the releases tab at: https://github.com/sagiegurari/brackets-portable/releases/latest and download the exe file.

## License

Developed by Sagie Gur-Ari and licensed under the MIT open source license.

## Building From Source

In order to build from source there are few steps to be taken:
* Build BracketsPortable.exe - This one actually needs to be handled only once, even if upgrading the brackets.io installation<br>
To generate the exe files, you must use the portableapps.com launcher generator and point it to the main directory (git root).<br>
The generator uses the files in the AppInfo directory to generate the exe files.<br>
You can later on modify the launcher ini files without any need of regenerating the exe files.
* Build BracketsPortable.exe - This one actually needs to be handled only once, even if upgrading the brackets.io installation<br>To generate the exe files, you must use the portableapps.com launcher generator and point it to the main directory (git root).<br>The generator uses the files in the AppInfo directory to generate the exe files.<br>You can later on modify the launcher ini files without any need of regenerating the exe files.
* Build BracketsPortable_Release_[version]_English.paf.exe - This step needs to be taken for any change (including upgrade of the brackets.io installation)
* Update the brackets.io files in the Brackets folder
* Update the version in the appinfo.ini
Expand Down

0 comments on commit 331ad34

Please sign in to comment.