From c601d97ed0f2b900fe57b762c501137c44701818 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Uhl=C3=AD=C5=99?= Date: Tue, 21 Jun 2022 14:39:07 +0200 Subject: [PATCH] chore: new swarm desktop data dir path (#423) --- desktop.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop.mjs b/desktop.mjs index 00fe7d2..7efec9c 100644 --- a/desktop.mjs +++ b/desktop.mjs @@ -6,7 +6,7 @@ import open from 'open' import { readFile } from 'node:fs/promises' import { join } from 'node:path' -const paths = envPaths('bee-desktop') +const paths = envPaths('Swarm Desktop', { suffix: '' }) const apiKey = await readFile(join(paths.data, 'api-key.txt'), {encoding: 'utf-8'}) const url = `http://localhost:3001/?v=${apiKey}#/`