Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
millionart committed Aug 23, 2014
1 parent dc37089 commit a9e63ff
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Binary file modified bin/x32/Setup.exe
Binary file not shown.
Binary file modified bin/x32/Update.ini
Binary file not shown.
Binary file modified bin/x64/Setup.exe
Binary file not shown.
Binary file modified bin/x64/Update.ini
Binary file not shown.
12 changes: 6 additions & 6 deletions source/APssistant.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -389,10 +389,10 @@ LaunchPs:
}
else
{
If (PsPath= || IfNotExist, "%PsPath%")
gosub Browse2
else
if FileExist(PsPath)
run, "%PsPath%"
else
gosub Browse2
}
return

Expand All @@ -411,13 +411,13 @@ Config:
LaunchPsAuto:
If not WinExist("ahk_class Photoshop")
{
If (PsPath= || IfNotExist, "%PsPath%")
gosub Browse2
else
if FileExist(PsPath)
{
Menu, tray, default, %Lang_tray_Config%
run, "%PsPath%"
}
else
gosub Browse2
}
return

Expand Down
Binary file modified source/Data/Update/APssistant.7z
Binary file not shown.

0 comments on commit a9e63ff

Please sign in to comment.