Skip to content

Commit

Permalink
fix import and update installer.
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown committed May 8, 2011
1 parent 507d336 commit 01dfa03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions couchapp/autopush/winwatcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import time

from . import DEFAULT_UPDATE_DELAY
from .handler import CouchappEventHandler
from .pathtools.path import absolute_path
from .watchdog.observers import Observer

Expand Down
4 changes: 2 additions & 2 deletions resources/win32/couchapp.iss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
AppId={{0CDA65F1-9FD8-42C5-8DD0-F65F7E8B7304}
AppName=Couchapp
AppVerName=Couchapp 0.8.0
AppVerName=Couchapp 0.8.0p1
AppPublisher=Benoit Chesneau
AppPublisherURL=http:https://github.com/couchapp/couchapp
AppSupportURL=http:https://github.com/couchapp/couchapp
Expand All @@ -16,7 +16,7 @@ DefaultDirName={pf}\Couchapp
DefaultGroupName=Couchapp
LicenseFile=LICENSE
InfoAfterFile=resources\win32\postinstall.txt
OutputBaseFilename=couchapp-0.8.0
OutputBaseFilename=couchapp-0.8.0p1
Compression=lzma
SolidCompression=yes
SourceDir=..\..
Expand Down

0 comments on commit 01dfa03

Please sign in to comment.