随风逐叶 随风逐叶
首页
  • Quick Reference (opens new window)
  • EgretEngine开发者文档 (opens new window)
  • TinaX框架
  • SSH教程
  • VSCode插件开发
关于
  • 分类
  • 标签
  • 归档

rontian

从事游戏开发10多年的老菜鸟一枚!
首页
  • Quick Reference (opens new window)
  • EgretEngine开发者文档 (opens new window)
  • TinaX框架
  • SSH教程
  • VSCode插件开发
关于
  • 分类
  • 标签
  • 归档
  • 简述
  • 项目发布

    • 项目离线发布修改说明
    • EgretLauncher登录
    • android&iOS Native平台发布
    • 小游戏平台

      • 微信小游戏及其他平台发布
      • 支持包缓存目录结构
        • 微信小游戏
        • 字节跳动小游戏
    • 工具集
    • EgretLauncher离线登录
    目录

    支持包缓存目录结构

    # 支持包缓存目录结构


    支持包目录

    请根据自己的系统,在《工具集》章节获取相关平台的支持包,到缓存目录中,建立对应平台的支持包文件夹,并解压到目录中,比如微信小游戏的支持包解压后的路径为:

    download/EgretWeixinSupport/egret-wxgame-support-1.3.7/egret-wxgame-support-1.3.7

    其下应包括 target.json文件,template文件夹

    tools/target.json

    /Users/当前用户/Library/Application Support/EgretLauncher/tools/target.json

    # target.json中的配置路径要正常指向到缓存支持包的路径,请根据自己的系统路径自己修改为对应的路径

    {
      "wxgame": {
        "path": "/Users/rontian/Library/Application Support/EgretLauncher/download/EgretWeixinSupport/egret-wxgame-support-1.3.7/egret-wxgame-support-1.3.7"
      },
      "android": {
        "path": "/Users/rontian/Library/Application Support/EgretLauncher/download/EgretNativeSupport/native/android"
      },
      "mygame": {
        "path": "/Users/rontian/Library/Application Support/EgretLauncher/download/EgretMYSupport/egret-mygame-support-0.3.4/egret-mygame-support-0.3.4"
      },
      "baidugame": {
        "path": "/Users/rontian/Library/Application Support/EgretLauncher/download/EgretBaiduSupport/egret-baidugame-support-0.3.2/egret-baidugame-support-0.3.2"
      },
      "ios": {
        "path": "/Users/rontian/Library/Application Support/EgretLauncher/download/EgretNativeSupport/1.1.2/ios"
      },
      "ttgame": {
        "path": "/Users/rontian/Library/Application Support/EgretLauncher/download/EgretTTSupport/egret-ttgame-support-0.1.3/egret-ttgame-support-0.1.3"
      },
      "fastgame": {
        "path": "/Users/rontian/Library/Application Support/EgretLauncher/download/EgretFastSupport/egret-fastgame-support-0.0.4/egret-fastgame-support-0.0.4"
      },
      "qgame": {
        "path": "/Users/rontian/Library/Application Support/EgretLauncher/download/EgretQGameSupport/egret-qgame-support-0.3.2/egret-qgame-support-0.3.2"
      },
      "qqgame": {
        "path": "/Users/rontian/Library/Application Support/EgretLauncher/download/EgretQQGameSupport/egret-qqgame-support-0.3.2/egret-qqgame-support-0.3.2"
      },
      "tbcreativeapp": {
        "path": "/Users/rontian/Library/Application Support/EgretLauncher/download/EgretTBSupport/egret-tbgame-support-0.3.1/egret-tbgame-support-0.3.1"
      },
      "tbwidget": {
        "path": "/Users/rontian/Library/Application Support/EgretLauncher/download/EgretTBWidgetSupport/egret-tbwidget-support-0.1.13/egret-tbwidget-support-0.1.13"
      },
      "vivogame": {
        "path": "/Users/rontian/Library/Application Support/EgretLauncher/download/EgretVivoGameSupport/egret-vivogame-support-1.1.4/egret-vivogame-support-1.1.4"
      },
      "qhgame": {
        "path": "/Users/rontian/Library/Application Support/EgretLauncher/download/EgretQHGameSupport/egret-qhgame-support-0.1.2/egret-qhgame-support-0.1.2"
      },
      "oppogame": {
        "path": "/Users/rontian/Library/Application Support/EgretLauncher/download/EgretOppoGameSupport/egret-oppogame-support-0.3.2/egret-oppogame-support-0.3.2"
      }
    }
    
    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
    上次更新: 2025/09/08, 16:12:34 访问次数: 0
    微信小游戏及其他平台发布
    微信小游戏

    ← 微信小游戏及其他平台发布 微信小游戏→

    最近更新
    01
    一些Shell常用的功能写法整理
    10-20
    02
    删除git仓库submodule的步骤
    10-20
    03
    django基本命令
    10-16
    更多文章>
    Copyright © 2017-2025 随风逐叶
    沪ICP备18008791号-1 | 沪公网安备31011502401077号

    网站访问总次数: 0次
    • 跟随系统
    • 浅色模式
    • 深色模式
    • 阅读模式