We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbe2e29 commit 9deeae1Copy full SHA for 9deeae1
1 file changed
Tocsoft.GraphQLCodeGen.Npm/app.js
@@ -33,7 +33,7 @@ if (hasFullDotNet) {
33
if (isDevMode) {
34
binaryPath = __dirname + '../Tocsoft.GraphQLCodeGen.Cli/bin/debug/net461/Tocsoft.GraphQLCodeGen.Cli.exe';
35
} else {
36
- binaryPath = __dirname + '/binaries/net46/Tocsoft.GraphQLCodeGen.Cli.exe';
+ binaryPath = __dirname + '/binaries/net461/Tocsoft.GraphQLCodeGen.Cli.exe';
37
}
38
39
0 commit comments