mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-22 16:48:23 +01:00
update FE paths
This commit is contained in:
parent
86685e4bcf
commit
fc5e53e476
@ -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:
|
||||||
|
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user