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

Commit

Permalink
improved handling of brackets data.
Browse files Browse the repository at this point in the history
no need to move directories
  • Loading branch information
sagiegurari committed Jul 30, 2015
1 parent 6796daa commit 80ce2c7
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
8 changes: 6 additions & 2 deletions App/AppInfo/Launcher/BracketsPortable.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,9 @@ WaitForProgram=true
DirectoryMoveOK=yes
SupportsUNC=yes

[DirectoriesMove]
Brackets=%APPDATA%\Brackets
[Environment]
APPDATA=%PAL:DataDir%\home\AppData\Roaming
USERPROFILE=%PAL:DataDir%\home

[FilesMove]
../help.html=%PAL:DataDir%\home\AppData\Roaming
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,15 @@ SingleAppInstance=true
WaitForProgram=true
DirectoryMoveOK=yes
SupportsUNC=yes
RunAsAdmin=try

[Activate]
Registry=true

[DirectoriesMove]
Brackets=%APPDATA%\Brackets

[Environment]
APPDATA=%PAL:DataDir%\home\AppData\Roaming
USERPROFILE=%PAL:DataDir%\home
PATH=%PAL:PortableAppsBaseDir%\GoogleChromePortable\App\Chrome-bin;%PATH%

[FilesMove]
../help.html=%PAL:DataDir%\home\AppData\Roaming

[RegistryKeys]
-=HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\chrome.exe

Expand Down
2 changes: 1 addition & 1 deletion App/AppInfo/appinfo.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ CommercialUse=true
EULAVersion=1

[Version]
PackageVersion=1.4.0.1
PackageVersion=1.4.0.2
DisplayVersion=Release 1.4

[Control]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# brackets portable

[![License](https://img.shields.io/github/license/sagiegurari/brackets-portable.svg)](https://github.com/sagiegurari/brackets-portable/blob/master/LICENSE) [![Downloads](https://img.shields.io/github/downloads/sagiegurari/brackets-portable/1.4.0/total.svg)](https://github.com/sagiegurari/brackets-portable/releases/latest)
[![License](https://img.shields.io/github/license/sagiegurari/brackets-portable.svg)](https://github.com/sagiegurari/brackets-portable/blob/master/LICENSE) [![Downloads](https://img.shields.io/github/downloads/sagiegurari/brackets-portable/1.4.0.2/total.svg)](https://github.com/sagiegurari/brackets-portable/releases/latest)

> Windows portable version of adobe brackets web development editor.
Expand Down

0 comments on commit 80ce2c7

Please sign in to comment.