Changeset 7701 for branches/gajim_0.11/gajim.iss
- Timestamp:
- 12/20/06 07:58:39 (2 years ago)
- Files:
-
- 1 modified
-
branches/gajim_0.11/gajim.iss (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/gajim_0.11/gajim.iss
r6433 r7701 1 1 [Setup] 2 2 AppName=Gajim 3 AppVerName=Gajim version 0.1 0.1-13 AppVerName=Gajim version 0.11-1 4 4 DefaultDirName={pf}\Gajim 5 5 DefaultGroupName=Gajim … … 22 22 Source: "COPYING"; DestDir: "{app}" 23 23 Source: "THANKS"; DestDir: "{app}" 24 Source: "AUTHORS"; DestDir: "{app}" 24 25 Source: "dist\gajim.exe"; DestDir: "{app}\src"; components: main 25 26 Source: "dist\history_manager.exe"; DestDir: "{app}\src"; components: main 26 27 Source: "data\*"; DestDir: "{app}\data"; Flags: recursesubdirs 27 28 Source: "po\*.mo"; DestDir: "{app}\po"; Flags: recursesubdirs 29 ;Source: "gtk\*"; DestDir: "{app}\src\gtk"; Flags: recursesubdirs 28 30 29 31 [Icons]
