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 Jul 11, 2024
1 parent 1b51a4f commit b0bb56d
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 @@ -95,4 +95,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 b0bb56d

Please sign in to comment.