Skip to content

Commit 71aa7ba

Browse files
committedJul 10, 2021
Add mac desc
1 parent a0bc355 commit 71aa7ba

File tree

3 files changed

+22
-8
lines changed

3 files changed

+22
-8
lines changed
 

‎.github/workflows/release.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
name: Release gui
22

3-
# on:
4-
# push:
5-
# tags:
6-
# - "*"
7-
83
on:
94
push:
10-
branches: [ main ]
11-
pull_request:
12-
branches: [ main ]
5+
tags:
6+
- "*"
7+
8+
# on:
9+
# push:
10+
# branches: [ main ]
11+
# pull_request:
12+
# branches: [ main ]
1313

1414
env:
1515
CARGO_TERM_COLOR: always

‎linetest-gui/Cargo.toml

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
name = "linetest-gui"
33
version = "0.1.0"
44
edition = "2018"
5+
description = "Graphical network connection measurement"
6+
license = "MIT"
57

68
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
79

@@ -13,3 +15,15 @@ linetest = { path = "../"}
1315
[features]
1416
default = []
1517
persistence = ["eframe/persistence", "serde"] # Enable if you want to persist app state on shutdown
18+
19+
20+
[package.metadata.bundle]
21+
name = "linetest"
22+
identifier = "com.github.woelper.linetest"
23+
icon = ["icon.png"]
24+
copyright = "Johann Woelper"
25+
category = "Developer Tool"
26+
short_description = "Check your internet connection"
27+
long_description = """
28+
Get insight about your internet connection
29+
"""

‎linetest-gui/icon.png

7.38 KB
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.