try pico8_dyn
This commit is contained in:
		| @@ -5,7 +5,7 @@ import {execFile} from "child_process"; | |||||||
| const __dirname = fileURLToPath(new URL('.', import.meta.url)); | const __dirname = fileURLToPath(new URL('.', import.meta.url)); | ||||||
|  |  | ||||||
| const picoDirPath = path.resolve(__dirname, "..", "..", "..", "pico8"); | const picoDirPath = path.resolve(__dirname, "..", "..", "..", "pico8"); | ||||||
| const picoBinPath = path.resolve(picoDirPath, "pico8"); | const picoBinPath = path.resolve(picoDirPath, "pico8_dyn"); | ||||||
|  |  | ||||||
| const cmd = (cmd: string, args: string[], options = {}) => { | const cmd = (cmd: string, args: string[], options = {}) => { | ||||||
| 	return new Promise((resolve, reject) => { | 	return new Promise((resolve, reject) => { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 dylan
					dylan