dexed/cesetup
Basile Burg 2332d354db setup program - zip are launched as pre-build process 2015-08-25 20:42:47 +02:00
..
nux32 added cestup, the coedit setup program 2015-06-04 03:37:42 +02:00
nux64 added cestup, the coedit setup program 2015-06-04 03:37:42 +02:00
win32 added cestup, the coedit setup program 2015-06-04 03:37:42 +02:00
.gitignore setup program - zip are launched as pre-build process 2015-08-25 20:42:47 +02:00
cesetup.coedit setup program - zip are launched as pre-build process 2015-08-25 20:42:47 +02:00
cesetup.d updated wiki source 2015-08-25 15:21:32 +02:00
readme.md setup program - zip are launched as pre-build process 2015-08-25 20:42:47 +02:00
version.txt updated script that make the zips 2015-08-25 20:34:13 +02:00
zip-nux32.sh updated script that make the zips 2015-08-25 20:34:13 +02:00
zip-nux64.sh updated script that make the zips 2015-08-25 20:34:13 +02:00
zip-win32.bat updated script that make the zips 2015-08-25 20:34:13 +02:00
zip-win32.sh updated script that make the zips 2015-08-25 20:34:13 +02:00

readme.md

Coedit setup program

This coedit project creates the coedit setup program. The project contains 3 configurations. Each one takes the content of one of the nux32/nux64/win32 folders and put it in the output program at compile time (eg .data section).

Raw Zip

The shell scripts take the content of the nux32/nux64/win32 folders to make some simple zip files. They are proposed alternatively to the setup program. The scripts are launched automatically when the setup program is about to be compiled (as pre-build process).

Todo by hand for each release

  • change the setup program outputFilename for each configuration as well as the text printed to the console, according to the new version.
  • change the text in the version.txt file.
  • put the content (programs, icon, license, etc.) in each of nux32/nux64/win32 folders.
  • compile on each platform with the right project configuration.
  • zip the setup programs. (in the future: as a post-build process ?).