1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-08 05:57:02 +09:00

anytype nightly icons

This commit is contained in:
Roman Khafizianov 2024-09-11 18:48:15 +02:00
parent e5afa01dba
commit 1a186ae45d
No known key found for this signature in database
GPG key ID: F07A7D55A2684852
13 changed files with 6 additions and 6 deletions

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 841 B

After

Width:  |  Height:  |  Size: 1.1 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 KiB

After

Width:  |  Height:  |  Size: 78 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 251 KiB

After

Width:  |  Height:  |  Size: 266 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.5 KiB

After

Width:  |  Height:  |  Size: 8.4 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 452 B

After

Width:  |  Height:  |  Size: 660 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 785 B

After

Width:  |  Height:  |  Size: 1.1 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 KiB

After

Width:  |  Height:  |  Size: 78 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

Before After
Before After

View file

@ -186,7 +186,7 @@ func isGrpcWebServer(port string) (bool, error) {
// MacOS and Linux: returns a list of all open ports for all instances of anytype found using cli utilities lsof and grep
func getOpenPortsUnix() (map[string][]string, error) {
// execute the command
appName := "anytype"
appName := "anytype-dev"
stdout, err := execCommand(`lsof -i -P -n | grep LISTEN | grep "` + appName + `"`)
Trace.Print(`lsof -i -P -n | grep LISTEN | grep "` + appName + `"`)
if err != nil {

View file

@ -1,7 +1,7 @@
{
"name": "anytype",
"version": "0.42.11-alpha",
"description": "Anytype",
"name": "anytype-dev",
"version": "0.43.100-alpha",
"description": "Anytype Nightly",
"main": "electron.js",
"scripts": {
"precommit": "npx lint-staged",
@ -602,7 +602,7 @@
"rpm",
"tar.gz"
],
"description": "Anytype",
"description": "Anytype Nightly",
"publish": [
{
"provider": "s3",
@ -611,7 +611,7 @@
}
],
"desktop": {
"Name": "Anytype",
"Name": "Anytype Nightly",
"Categories": "Utility;Office;Calendar;ProjectManagement;",
"Keywords": "project management;",
"StartupWMClass": "anytype"