1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-08 05:57:02 +09:00
This commit is contained in:
Andrew Simachev 2023-08-17 22:00:56 +02:00
parent 8192aad903
commit 6a3af6d891
No known key found for this signature in database
GPG key ID: 49A163D0D14E6FD8
21 changed files with 132 additions and 45 deletions

View file

@ -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")
}