Skip to content

Commit 18b7631

Browse files
committed
set RENPY_SCREENSHOT_PATTERN
1 parent 8b6590f commit 18b7631

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## Unreleased
6+
7+
- Set `RENPY_SCREENSHOT_PATTERN` on launched processes if not overwritten by any other environment
8+
59
## 3.3.2 - 2026-02-23
610

711
fix a bug relating to version strings

src/lib/launch.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ export async function launch_renpy({
166166
}
167167

168168
const process_env: Record<string, string | undefined> = {
169+
RENPY_SCREENSHOT_PATTERN: path.join(project_root, "screenshot%04d.png"),
169170
...process.env,
170171
...(get_config("processEnvironment") as object),
171172
...extra_environment,

0 commit comments

Comments
 (0)