~lorzeteam/lorze/trunk

« back to all changes in this revision

Viewing changes to Develop_Docu/TXT/LORZE_create_pontonsrc.txt

  • Committer: Andreas Ulrich
  • Date: 2012-12-16 16:51:42 UTC
  • Revision ID: ulrich3110@gmail.com-20121216165142-0l60ipwa24ghmlz6
errors and problems for windows 7 corrected

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
PONTONSRC.ZIP
 
2
 
 
3
Clean your development directorys: All "*.pyc" files, "pontonfinish.sh", "pontonfinish.bat", "uninstfile.txt" from Installer directory
 
4
 
2
5
Make a source direcory named "pontonsrc"
 
6
 
3
7
Copy all needed directorys and files into "pontonsrc"
 
8
 
4
9
Copy the installer (directory "Install" with all files and subdirectorys) into "pontonsrc"
5
10
Copy "setupBASH.sh" & "setupWIN.bat" into "pontonsrc"
 
11
 
6
12
Pack all directorys and files in "pontonsrc" to "pontonsrc.zip"
7
13
 
 
14
 
8
15
APP_ver.ZIP
 
16
 
9
17
Make a release direcory named "APP_ver" (APP_ver is a placeholder for the name and version of the application)
 
18
 
10
19
Copy "setupBASH.sh" & "setupWIN.bat" into "APP_ver"
 
20
 
11
21
Copy the installer (directory "Install" with all files and subdirectorys) into "APP_ver"
 
22
 
12
23
Copy "pontonsrc.zip" into the subdirectory "Install" of "APP_ver"
 
24
 
13
25
Pack all directorys and files in "APP_ver" to "APP_ver.zip"
 
26
 
14
27
Save the file APP_ver.zip, this ist release binary. Make a md5 hash for safety donwloads.
15
28
 
16
29
Now you can delete the directorys "pontonsrc" and "APP_ver" with their entire contents.