liuxgo

Results 5 comments of liuxgo

![image](https://user-images.githubusercontent.com/24501493/130399639-a575eb84-3c17-4e67-bbee-425220ced8f0.png) 将文件gengine_parser.go的5415行转成uint,编译通过。这样改可行吗?

@marcio199226 sorry, I don't. Thanks for your information really.

@patpatpat123 Write resource-config.json like this, I only need binary file for Windows. ```json { "bundles": [], "resources": { "includes": [ { "condition": { "typeReachable": "org.xerial.snappy.Snappy" }, "pattern": "org/xerial/snappy/native/Windows/[a-z_0-9]+/snappyjava.dll" } ]...

@pavelorehov Maybe you can try to modify resource-config.json like below: 1. add contidion 2. delete first “/” of pattern ``` "condition": { "typeReachable": "org.xerial.snappy.Snappy" }, "pattern": "org/xerial/snappy/native/Windows/[a-z_0-9]+/snappyjava.dll" ```` And you...

@abstract2015 遇到相同问题,请问您解决了吗?