Skip to content

Commit

Permalink
feat: allow nss uploads for Nintendo
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyg603 committed Jun 5, 2024
1 parent 76e383a commit 1ba072f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/upload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ async function createSymbolFileInfos(symbolFilePath: string): Promise<SymbolFile
} as SymbolFileInfo];
}

const elfExtensions = ['.elf', '.self', '.prx', '.sprx'];
const elfExtensions = ['.elf', '.self', '.prx', '.sprx', '.nss'];

0 comments on commit 1ba072f

Please sign in to comment.