dexed/cesetup
Basile Burg a0bc73c705 update version number 2018-07-01 15:40:58 +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 update version number 2018-07-01 15:40:58 +02:00
cesetup.d close #204 - switch to semVer 2017-11-23 18:08:03 +01:00
deb.sh fix deb package script, wrong package name for vte 2018-06-02 12:29:45 +02:00
readme.md rlz 2017-07-14 07:55:36 +02:00
rpm.sh rlz 2018-04-17 17:53:33 +02:00
setupzip-nux-noarch.sh setup, refact using array of Resource, + fix zip script + update ver 2015-12-05 08:10:19 +01:00
setupzip-win32.bat setup program, zip output using post build process 2015-08-27 00:15:11 +02:00
version.txt update version number 2018-07-01 15:40:58 +02:00
zip-nux32.sh update nux scipt for SemVer 2017-12-07 15:09:18 +01:00
zip-nux64.sh update nux scipt for SemVer 2017-12-07 15:09:18 +01:00
zip-win32.bat fix win script for SemVer 2017-12-07 13:55:55 +01:00

readme.md

This folder contains the files necessary to make a Coedit release. The process is semi-automatic and achieved by compiling a project in Coedit itself.

Coedit setup program

This coedit project (cesetup.coedit) creates the coedit setup program. The project contains 3 configurations named win32, nux32, _nux64. Each takes the content of the matching sub-folder and puts it in the output folder, as an extractor program, at compile time (using the import(file) expression).

The extractor program is then compressed by the post-build process, using the scripts named setupzip-<os & arch>.

Raw Zip

The shell scripts named zip-<os & arch> take the content of their matching sub-folder to make an archive. 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 text in the version.txt file.
  • change the setup program version field.
  • put the content (programs, icon, license, etc.) in each of the nux32/nux64/win32 folders.
  • compile on each platform with the right project configuration.
  • run the rpm.sh and the deb.sh scripts.