mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
possibly fixed gui test
This commit is contained in:
parent
db408aeced
commit
ed951385e1
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue