Skip to content

Commit

Permalink
fix: correct DXVK_CONFIG_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
longjunyu2 committed Aug 4, 2024
1 parent ad7a7f9 commit 4d2b20b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public static void setEnvVars(Context context, KeyValueSet config, EnvVars envVa

FileUtils.delete(dxvkConfigFile);
if (!content.isEmpty() && FileUtils.writeString(dxvkConfigFile, content)) {
envVars.put("DXVK_CONFIG_FILE", ImageFs.CONFIG_PATH+"/dxvk.conf");
envVars.put("DXVK_CONFIG_FILE", rootDir + ImageFs.CONFIG_PATH+"/dxvk.conf");
}
}
}

0 comments on commit 4d2b20b

Please sign in to comment.