Skip to content

Commit 47464fa

Browse files
committed
[STEAM] Registed VERSION_CODENAME env. var. for better compatibility
1 parent 9d9b20c commit 47464fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/steam.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@ void pressure_vessel(int argc, const char** argv, int nextarg, const char* prog)
269269
newargv[i-nextarg] = argv[i];
270270
}
271271
}
272+
setenv("VERSION_CODENAME", "sniper", 1);
272273

273274
//setenv("BOX64_PREFER_EMULATED", "1", 1);
274275
//setenv("BOX86_PREFER_EMULATED", "1", 1);

0 commit comments

Comments
 (0)