upgrade-package-linux.json 1.24 KB
Newer Older
‘oliver.hui’'s avatar
‘oliver.hui’ committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
{
  "dev": {
    "module": {
      "delete": [],
      "normal": [
        {
          "path": "${pwd}/../src/module/TOPSYS",
          "search_keys": [ "*" ]
        }
      ]
    },
    "enum": {
      "delete": [],
      "normal": [
        {
          "path": "${pwd}/../src/module/TOPSYS/__sys_enum__/",
          "search_keys": [ "*.conf" ],
          "recursively": true
        }
      ]
    },
    "permission": {
      "delete": [],
      "normal": [
        {
          "path": "${pwd}/../src/module/TOPSYS/__sys_permission__/",
          "search_keys": [ "*.conf" ],
          "recursively": true
        }
      ]
    }
  },
  "file": {
    "normal": [
      {
        "path": "${pwd}/../dist/topikm/qt5.6.3-linuxx86_64/language/",
        "search_keys": [
          "*topsys*.qm"
        ],
        "recursively": true
      },
      {
        "path": "${pwd}/../dist/topikm/qt5.6.3-linuxx86_64/resource/",
        "search_keys": [
          "*topsys*.rcc"
        ],
        "recursively": true
      },
      {
        "path": "${pwd}/../dist/topikm/qt5.6.3-linuxx86_64/bin/",
        "search_keys": [
          "*topsys*.so"
        ],
        "recursively": false
      }
    ]
  },
  "release_note": "Update package is automatically published by CI."
}