Skip to content

Commit 9deeae1

Browse files
committed
fix app path for npm build
1 parent cbe2e29 commit 9deeae1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Tocsoft.GraphQLCodeGen.Npm

Tocsoft.GraphQLCodeGen.Npm/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ if (hasFullDotNet) {
3333
if (isDevMode) {
3434
binaryPath = __dirname + '../Tocsoft.GraphQLCodeGen.Cli/bin/debug/net461/Tocsoft.GraphQLCodeGen.Cli.exe';
3535
} else {
36-
binaryPath = __dirname + '/binaries/net46/Tocsoft.GraphQLCodeGen.Cli.exe';
36+
binaryPath = __dirname + '/binaries/net461/Tocsoft.GraphQLCodeGen.Cli.exe';
3737
}
3838
} else {
3939
if (isDevMode) {

0 commit comments

Comments
 (0)