File tree 3 files changed +22
-8
lines changed
3 files changed +22
-8
lines changed Original file line number Diff line number Diff line change 1
1
name : Release gui
2
2
3
- # on:
4
- # push:
5
- # tags:
6
- # - "*"
7
-
8
3
on :
9
4
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 ]
13
13
14
14
env :
15
15
CARGO_TERM_COLOR : always
Original file line number Diff line number Diff line change 2
2
name = " linetest-gui"
3
3
version = " 0.1.0"
4
4
edition = " 2018"
5
+ description = " Graphical network connection measurement"
6
+ license = " MIT"
5
7
6
8
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
9
@@ -13,3 +15,15 @@ linetest = { path = "../"}
13
15
[features ]
14
16
default = []
15
17
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
+ """
You can’t perform that action at this time.
0 commit comments