mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-03 06:07:19 +02:00
Move header text files to assets/
This commit is contained in:
parent
844760554a
commit
59c318e0e4
4
build.ts
4
build.ts
@ -2,8 +2,8 @@
|
||||
import { readFile } from "node:fs/promises";
|
||||
import { parseArgs } from "node:util";
|
||||
import { sys } from "typescript";
|
||||
import txtScriptHeader from "./src/header_script.txt" with { type: "text" };
|
||||
import txtMetaHeader from "./src/header_meta.txt" with { type: "text" };
|
||||
import txtScriptHeader from "./src/assets/header_script.txt" with { type: "text" };
|
||||
import txtMetaHeader from "./src/assets/header_meta.txt" with { type: "text" };
|
||||
|
||||
enum BuildTarget {
|
||||
ALL = 'all',
|
||||
|
Loading…
x
Reference in New Issue
Block a user