anytype nightly icons
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 841 B After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 72 KiB After Width: | Height: | Size: 78 KiB |
Before Width: | Height: | Size: 251 KiB After Width: | Height: | Size: 266 KiB |
Before Width: | Height: | Size: 7.5 KiB After Width: | Height: | Size: 8.4 KiB |
Before Width: | Height: | Size: 452 B After Width: | Height: | Size: 660 B |
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 785 B After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 72 KiB After Width: | Height: | Size: 78 KiB |
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.9 KiB |
|
@ -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 {
|
||||
|
|
|
@ -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"
|
||||
|
|