possibly fixed gui test

This commit is contained in:
DJ2LS 2024-04-18 15:01:24 +02:00
parent db408aeced
commit ed951385e1

View file

@ -108,7 +108,7 @@ export function getAppDataPath() {
// Check if running in GitHub Actions
const isGitHubActions = process.env.GITHUB_ACTIONS === "true";
if (isGitHubActions) {
return "/home/runner/work/FreeDATA/FreeDATA/gui/config";
return "/home/runner/work/FreeDATA/FreeDATA/freedata_gui/config";
}
switch (platform) {