mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-08 05:57:02 +09:00
updates
This commit is contained in:
parent
8192aad903
commit
6a3af6d891
21 changed files with 132 additions and 45 deletions
|
@ -177,7 +177,7 @@ func startApplication() (int, error) {
|
|||
} else if platform == "darwin" {
|
||||
appPath = filepath.Join(appPath, "MacOS", "Anytype")
|
||||
} else if platform == "linux" {
|
||||
appPath = filepath.Join(appPath, "anytype2")
|
||||
appPath = filepath.Join(appPath, "anytype")
|
||||
} else {
|
||||
return 0, errors.New("unsupported platform")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue