update FE paths

This commit is contained in:
sawka 2024-09-05 15:01:28 -07:00
parent 86685e4bcf
commit fc5e53e476
2 changed files with 2 additions and 2 deletions

View File

@ -153,7 +153,7 @@ tasks:
vars: vars:
GOOS: darwin GOOS: darwin
GOARCH: arm64 GOARCH: arm64
- cp dist/bin/wsh-{{.VERSION}}-darwin.arm64 ~/.w2-dev/bin/wsh - cp dist/bin/wsh-{{.VERSION}}-darwin.arm64 ~/.waveterm-dev/bin/wsh
build:wsh:internal: build:wsh:internal:
vars: vars:

View File

@ -34,7 +34,7 @@ ipcMain.on("get-user-name", (event) => {
// must match golang // must match golang
function getWaveHomeDir() { function getWaveHomeDir() {
return path.join(os.homedir(), isDev ? ".w2-dev" : ".w2"); return path.join(os.homedir(), isDev ? ".waveterm-dev" : ".waveterm");
} }
function getElectronAppBasePath(): string { function getElectronAppBasePath(): string {