oppogame.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "copyFilesFilter": [
  3. "../bin/**/*.*"
  4. ],
  5. "openDataZone": false,
  6. "compressJson": false,
  7. "compressJsonFilter": [
  8. "$basePath/**/*.{json,atlas}"
  9. ],
  10. "compressJsonNoteList": [
  11. ""
  12. ],
  13. "compressImage": false,
  14. "compressImageFilter": [
  15. "$basePath/**/*.{png,jpg}"
  16. ],
  17. "compressImageNoteList": [
  18. ""
  19. ],
  20. "compressJs": false,
  21. "compressJsFilter": [
  22. "$basePath/**/*.js"
  23. ],
  24. "compressJsNoteList": [
  25. ""
  26. ],
  27. "version": false,
  28. "versionFilter": [
  29. "$basePath/**/*.*",
  30. "!$basePath/*.html",
  31. "!$basePath/{version.json,game.js,game.json,project.config.json,weapp-adapter.js,project.swan.json,swan-game-adapter.js,main.js,gameConfig.json}",
  32. "!$basePath/layaforqq/**/*.*"
  33. ],
  34. "versionNoteList": [
  35. "",
  36. "",
  37. "",
  38. ""
  39. ],
  40. "packfile": false,
  41. "packfileFilter": [
  42. ""
  43. ],
  44. "packfileFullValue": [
  45. "$basePath/**/*.*"
  46. ],
  47. "packfileTargetValue": "",
  48. "packfileNoteList": [
  49. ""
  50. ],
  51. "clearReleaseDir": true,
  52. "compile": false,
  53. "onlyIndexJS": true,
  54. "projectType": "ts",
  55. "pubTime": 1585304561831,
  56. "oppoInfo": {
  57. "name": "11",
  58. "projName": "quickgame",
  59. "package": "com.abc",
  60. "icon": "C:\\Users\\Administrator\\Desktop\\QQ截图20200327182009.png",
  61. "versionName": "1.0.0",
  62. "versionCode": 1,
  63. "minPlatformVersion": 1,
  64. "orientation": "portrait",
  65. "oppoDebug": false,
  66. "useReleaseSign": false,
  67. "subpack": false
  68. },
  69. "oppoSign": {
  70. "generateSign": false,
  71. "countryName": "",
  72. "provinceName": "",
  73. "localityName": "",
  74. "orgName": "",
  75. "orgUnitName": "",
  76. "commonName": "",
  77. "emailAddr": ""
  78. },
  79. "oppoSubpack": []
  80. }