Shenghua Chen

Results 4 comments of Shenghua Chen

@waitingsong No ,they doesn't work. ![image](https://user-images.githubusercontent.com/5396286/78331129-fcdc9180-75b7-11ea-9774-9af79157dfec.png) Looks like the type of the argument is not correct

Here is the code: ```javascript var { Kernel32, User32 } = require('win32-api') // import * as ref from 'ref-napi' const knl32 = Kernel32.load() const user32 = User32.load() // load all...

Hi @outofambit I called the GitProcess.exec() method to execute git stash push command as below: ``` let message = 'stash message' let args = ['stash', 'push', '--include-untracked', '--message', message] if...

I found my issue is similar to #174 , and my sign method is upload the binary to code sign server to complete the sign. Anyone can help? Thanks