Skip to content

Commit

Permalink
add instruction to add templats to the couchapp exe. So now people ca…
Browse files Browse the repository at this point in the history
…n just use standalone executable without installing python on windows.
  • Loading branch information
benoitc committed Feb 7, 2011
1 parent 9994c64 commit ba2ed6c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions resources/win32/README.build
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ Build steps:

4) Copy add_path.exe to the dist directory

5) Copy the templates folder from the couchapp directory to the dist/couchapp directory

5) Run the inno compiler, in your shell do:

ISCC resources\win32\couchapp.iss /dVERSION=0.7.5
Expand Down
5 changes: 2 additions & 3 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.7.3
AppVerName=Couchapp 0.7.5
AppPublisher=Benoit Chesneau
AppPublisherURL=https://github.com/couchapp/couchapp
AppSupportURL=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.7.3
OutputBaseFilename=couchapp-0.7.5
Compression=lzma
SolidCompression=yes
SourceDir=..\..
Expand All @@ -35,7 +35,6 @@ Source: dist\couchapp\*; DestDir: {app}; Flags: ignoreversion recursesubdirs cre
Source: dist\add_path.exe; DestDir: {app}
Source: dist\python27.dll; DestDir: {app}
Source: dist\*.dll; DestDir: {app}

; NOTE: Don't use "Flags: ignoreversion" on any shared system files

[Icons]
Expand Down

0 comments on commit ba2ed6c

Please sign in to comment.