Skip to content

Commit

Permalink
update psarc readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sandiz committed Feb 3, 2020
1 parent 6a30d26 commit d087a71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ node.js v12 module to read/write Rocksmith PSARC and other related files
preview: { wem: 'test/blinktest/376327087.wem', bnk: 'test/blinktest/song_bwab1anthem_preview.bnk' }
}


const pt = Platform.Mac;
const outDir = await PSARC.generateDirectory(
dir,
tag, {
Expand All @@ -239,7 +239,7 @@ node.js v12 module to read/write Rocksmith PSARC and other related files
info,
toolkit,
pt,
);
);
const out = await PSARC.packDirectory(outDir, "/tmp/", tag, "", pt);
console.log(out);
/* /tmp/cdlcTag_m.psarc */
Expand Down

0 comments on commit d087a71

Please sign in to comment.