update release scripts

use Momo on Windows and don't on Linux (?)
This commit is contained in:
tildearrow 2024-06-17 02:30:46 -05:00
parent e3fe3ba33e
commit e2e496529b
9 changed files with 9 additions and 9 deletions

View file

@ -2,6 +2,6 @@
int main(int argc, char** argv) {
setlocale(LC_CTYPE,"");
setlocale(LC_MESSAGES,"");
//setlocale(LC_MESSAGES,"");
return 0;
}