Project

General

Profile

« Previous | Next » 

Revision 7965f1b4

Added by koszko over 1 year ago

improve the build system

View differences:

manifest.json
28 28
#ENDIF
29 29
    "name": "Haketilo",
30 30
    "short_name": "Haketilo",
31
    "version":
31 32
#IF CHROMIUM
32 33
    // Chromium requires version to "be between 1-4 dot-separated integers each
33
    // between 0 and 65536".
34
    "version": "0.65536.1",
34
    // between 0 and 65536". Firefox does not impose such rules, hence, when we
35
    // make a beta release, we assign it the true version under Firefox
36
    // (e.g. "1.0-beta1") and a fake version with 1-lower major and maximal
37
    // allowed minor number under Chromium (e.g. 0.65536.1).
38
#INCLUDE_VERBATIM version_chromium
35 39
#ELSE
36
    "version": "1.0-beta1",
40
#INCLUDE_VERBATIM version
37 41
#ENDIF
42
    ,
38 43
    "author": "Wojtek Kosior & contributors",
39 44
    "description": "Control your \"Web\" browsing.",
40 45
#IF MOZILLA

Also available in: Unified diff