Zhuo Chen

Results 9 comments of Zhuo Chen

Is the NSIS support available now? I'm thinking of building my app as an NSIS installer, but cannot use GitHub/Amazon S3/Bintray as a release provider due to network restrictions. It...

@develar just read about it. so all i need is: - set up an http download server - upload the yml - config the 'path' field to the file's location...

@develar sorry i was referring the path property of UpgateInfo class mentioned in one of the comments above. I havent built a release pack and check out the yml file...

快被cnpm坑死我了,本来就刚接触electron对npm不熟,最近用electron做的东西因为软链这个问题已经拖延交付了三天了。今天晚上灵光一现试试用npm重装依赖,一试果然行了。

是都是我的错,都怪我对npm不熟,google了两天看了n个解决办法还在electron-vue上提issue问都没想过是cnpm的问题,一直坚信是webpack或者是electron的问题,您这么牛我这种刚接触node两周的当然不敢怪您老了,您就把我当个p放了吧,反正我也不会用google

And by the way, the `SceneInfo` in the example is not a `MonoBehaviour`/`BetterBehaviour`

为了能在dota2中输入中文才装的小狼毫,结果还是不行。。

@timriker I tried your sysctl method but it seems not working. I tried to start a node server without specifying the host, which makes node.js bind it to `::` because...

@timriker Yes that would be a workaround, but similar to your situation, I am not allowed to change the `listen()`'s parameter as well. 🙃 I guess I'll have to use...