equalsraf / win32yank

Windows clipboard tool
ISC License
444 stars 22 forks source link

Multi arch build and deps update #5

Closed jsteinaker closed 7 years ago

jsteinaker commented 7 years ago

Hi, I've modified just a little the config files to build x86 and x64 versions at the same time. Also I've updated the deps, deleted the cargo.lock file and made a really minor change in the imports, needed because the clipboard_win package doesn't provide WindowsError functionality anymore.

I hope is useful! I felt it was an easy way to start contributing. The issue is neovim/neovim#6933

PD: Remember to change the auth_token in appveyor.yml back to yours

equalsraf commented 7 years ago

Hi jsteinaker, thanks for this.

I've pushed a new branch to start merging this. And create a tag staging to test the releases.

I've changed the artifacts line in appveyor.yml as it wasnt't picking up any artifacts (I suspect the wildcard only works on the start of the filename).

If everythiing works ill tag a new release. with this.

equalsraf commented 7 years ago

Tagged v0.0.4, closing this. The 64 bit build should be up shortly.