Skip to content

Commit e6e677d

Browse files
committed
#75 wip: xboxビルドテスト v50
1 parent 5111740 commit e6e677d

3 files changed

Lines changed: 512 additions & 43 deletions

File tree

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -889,7 +889,7 @@ const embedXboxAssets = (): Promise<void> =>
889889

890890
// rc.exe が assets.pak を RCDATA "N2DASSETS" として取り込む。
891891
// パスは rc ファイル位置 (xbox/) からの相対。
892-
fs.writeFileSync(rcPath, 'N2DASSETS RCDATA "assets.pak"\n', "utf8");
892+
fs.writeFileSync(rcPath, "N2DASSETS RCDATA 'assets.pak'\n", "utf8");
893893

894894
const total: number = chunks.reduce((n, b): number => n + b.length, 0);
895895
console.log(pc.green(

0 commit comments

Comments
 (0)