Change release process to use default mode

See #101
This commit is contained in:
Justine Tunney 2021-03-03 13:38:30 -08:00
parent 2134ffe005
commit 3573814e45
3 changed files with 8 additions and 3 deletions

View file

@ -2,6 +2,7 @@ int main(int argc, char *argv[]) {
int rc;
char *s;
FILE *f;
showcrashreports();
s = strdup(argv[0]);
s[0] = 'Z';
f = fopen("/dev/null", "w");