打包發布
使用原生的egret publish
指令打包:
egret publish helloworld
此命令中egret publish
為發布命令,helloworld
是你當前專案的名稱
發布完成後在工程根目錄下會生成乙個bin-release
目錄。
還可以為打包的檔案建立版本號,使用命令如下:
egret publish helloworld --v abc
使用上面的命令可以在release
資料夾下生成乙個名為 當前時間戳 的資料夾,該資料夾內存放發布後的**。
--v
引數用語指定發布的版本號,同時,也會對應生成發布後的資料夾名。
*生成的**檔案必須放到 resource/eui_skins/ 下面,不然發布會報錯
Egret專案打包發布成微信小遊戲報錯問題
failed to execute bindtexture on webglrenderingcontext parameter 2 is not of type webgltextture 或者gamethirdscripterror bitmapdata.hascompressed2d is n...
Egret的專案筆記(一)
1.uncaught typeerror cannot set property text of undefined k public constructor public oncomplete 2,專案有後端資料的,在修改名字或者密碼等的資料的時候,一定要給服務端傳送資料,解析返回資料之後才能判斷...
egret 變數 Egret全新RES模組詳解
近期egret發布了全新的4.0版本,此次版本中最大的特色就是釋放了全新的res資源管理模組。相信不少人在官網或者直播中已經對新的res資源管理模組有所了解。這篇文章就全新的res進行一次介紹。與此同時,在引擎新版本中,由於引入了typescript 2.1.4,所以在語法糖層面也增加不少特性,我後...