You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
module template: no need to modify meta.json when building on Windows (#5063)
Per discussion in viam-modules/mlmodel-tflite#35, #4969, and on Slack, Windows is smart enough to know that if you try executing `foo` and the only file present is `foo.exe`, that's the one to use. So, no need to rewrite meta.json to add the `.exe` suffix on Windows.
This also makes the code less surprising: if I modify meta.json myself and then build without committing, I don't expect that to discard my changes! 😳
0 commit comments