エリス

Results 164 comments of エリス

I just want to point out that `vswhere` was first bundled with `VS2017 version 15.2`. It didn't actually come with the initial release of VS2017 version 15.0. A recent setup...

Can you fill out the PR description, following the template? And if it is to close a ticket also link the ticket. For example: Closes # Reviewing the code, I...

@janpio https://travis-ci.org/erisu/cordova-windows/builds/493017165, only the unit tests right now.. but need to add build tests.

@brodybits here is the ticket about what I been doing for git commit messages. Again as I said in the ticket, I am only posting it right now for informational...

Here are the tags broken into release version types. IMO **Major Releases** * `breaking` **Major & Minor Release** * `feat` **Major, Minor & Patch Releases** * `fix` * `refactor` *...

Can you confirm if this is still a problem with Cordova Electron 3.0.0? To upgrade: ``` cordova platform remove electron cordova platform add [email protected] ```

The Electron and builder dependencies were already updated in the master branch. The master branch is in the process of being prepared for a major release. There is currently **no...

I was able to build a `mas` target in the past when I tested. That most likely would have been around the time we added the information to the docs....

The log output your showing says it is using the `3rd Party Mac Developer Application` for signing. That seems correct as it should be the Mac App Distribution.. > •...

I would recommend ensuring that all dev related dependencies from `package.json` are in the `devDependencies` and not `dependencies`. Since Cordova is wrapped around the Electron project, the contents of the...